From: Stephen Finucane Date: Thu, 18 Oct 2018 16:45:21 +0000 (+0100) Subject: Add support for Django REST Framework 3.9 X-Git-Tag: v2.1.2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b4d7a2cf4b845de162f80ef9c44144b32263e41;p=thirdparty%2Fpatchwork.git Add support for Django REST Framework 3.9 As with 3.7 and 3.8, there are no breaking changes we need to be concerned with here. Signed-off-by: Stephen Finucane (backported from commit fab5571e2f20323feed84609a52778a0f8e41e32 to not include changes to requirements-*.txt, just release note and tox.ini changes.) Signed-off-by: Daniel Axtens --- 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 index 00000000..e6553180 --- /dev/null +++ b/releasenotes/notes/django-rest-framework-3-9-0afb78322dd82367.yaml @@ -0,0 +1,6 @@ +--- +upgrade: + - | + `Django REST Framework 3.9 + `_ is now + supported. diff --git a/tox.ini b/tox.ini index c242c97f..ed9e77f9 100644 --- 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 =