]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Add support for Django REST Framework 3.9
authorStephen Finucane <stephen@that.guru>
Thu, 18 Oct 2018 16:45:21 +0000 (17:45 +0100)
committerDaniel Axtens <dja@axtens.net>
Fri, 3 May 2019 06:23:25 +0000 (16:23 +1000)
As with 3.7 and 3.8, there are no breaking changes we need to be
concerned with here.

Signed-off-by: Stephen Finucane <stephen@that.guru>
(backported from commit fab5571e2f20323feed84609a52778a0f8e41e32
 to not include changes to requirements-*.txt, just release note
 and tox.ini changes.)
Signed-off-by: Daniel Axtens <dja@axtens.net>
releasenotes/notes/django-rest-framework-3-9-0afb78322dd82367.yaml [new file with mode: 0644]
tox.ini

diff --git a/releasenotes/notes/django-rest-framework-3-9-0afb78322dd82367.yaml b/releasenotes/notes/django-rest-framework-3-9-0afb78322dd82367.yaml
new file mode 100644 (file)
index 0000000..e655318
--- /dev/null
@@ -0,0 +1,6 @@
+---
+upgrade:
+  - |
+    `Django REST Framework 3.9
+    <https://www.django-rest-framework.org/community/3.9-announcement/>`_ is now
+    supported.
diff --git a/tox.ini b/tox.ini
index c242c97f4d8b9c1a3b24a8a1e033e5611ff62191..ed9e77f961e394a5fac9f7ed79b93c38fb601ec7 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,7 @@ deps =
     django111: django>=1.11,<2.0
     django{18,19}: djangorestframework>=3.4,<3.7
     django110: djangorestframework>=3.4,<3.9
-    django111: djangorestframework>=3.6,<3.9
+    django111: djangorestframework>=3.6,<3.10
     django18: django-filter>=1.0,<1.1
     django{19,110,111}: django-filter>=1.0,<1.2
 setenv =