aboutsummaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-06-24 20:55:48 +0100
committerDaniel Axtens <dja@axtens.net>2018-08-26 12:14:40 +1000
commita27f36fb784867e434527b8e65064ae3bdb12c82 (patch)
tree58bcfe4b05591f0649689d7e195c61be6d51e14a /releasenotes
parentc9cc59dac70d76971a5342ca53e2b13eb93592de (diff)
downloadpatchwork-a27f36fb784867e434527b8e65064ae3bdb12c82.tar
patchwork-a27f36fb784867e434527b8e65064ae3bdb12c82.tar.gz
Add support for Django REST Framework 3.7, 3.8
No breaking changes that concern us here. Signed-off-by: Stephen Finucane <stephen@that.guru> Reviewed-by: Daniel Axtens <dja@axtens.net> Signed-off-by: Daniel Axtens <dja@axtens.net>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/django-rest-framework-3-7-bc6ad5df8bc54afc.yaml6
-rw-r--r--releasenotes/notes/django-rest-framework-3-8-23865db833b4d188.yaml6
2 files changed, 12 insertions, 0 deletions
diff --git a/releasenotes/notes/django-rest-framework-3-7-bc6ad5df8bc54afc.yaml b/releasenotes/notes/django-rest-framework-3-7-bc6ad5df8bc54afc.yaml
new file mode 100644
index 0000000..4bf92c9
--- /dev/null
+++ b/releasenotes/notes/django-rest-framework-3-7-bc6ad5df8bc54afc.yaml
@@ -0,0 +1,6 @@
+---
+upgrade:
+ - |
+ `Django REST Framework 3.7
+ <http://www.django-rest-framework.org/topics/release-notes/#370/>`_ is now
+ supported.
diff --git a/releasenotes/notes/django-rest-framework-3-8-23865db833b4d188.yaml b/releasenotes/notes/django-rest-framework-3-8-23865db833b4d188.yaml
new file mode 100644
index 0000000..dc2d2c8
--- /dev/null
+++ b/releasenotes/notes/django-rest-framework-3-8-23865db833b4d188.yaml
@@ -0,0 +1,6 @@
+---
+upgrade:
+ - |
+ `Django REST Framework 3.8
+ <http://www.django-rest-framework.org/topics/release-notes/#380/>`_ is now
+ supported.