]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Add support for djangorestframework 3.12
authorStephen Finucane <stephen@that.guru>
Thu, 1 Oct 2020 14:14:41 +0000 (15:14 +0100)
committerStephen Finucane <stephen@that.guru>
Thu, 1 Oct 2020 14:57:09 +0000 (15:57 +0100)
No changes necessary.

Signed-off-by: Stephen Finucane <stephen@that.guru>
releasenotes/notes/django-rest-framework-3-12-9eb8f21a881d6d8d.yaml [new file with mode: 0644]
requirements-dev.txt
requirements-prod.txt
tox.ini

diff --git a/releasenotes/notes/django-rest-framework-3-12-9eb8f21a881d6d8d.yaml b/releasenotes/notes/django-rest-framework-3-12-9eb8f21a881d6d8d.yaml
new file mode 100644 (file)
index 0000000..b232d1d
--- /dev/null
@@ -0,0 +1,6 @@
+---
+features:
+  - |
+    `Django REST Framework 3.12
+    <https://www.django-rest-framework.org/community/3.12-announcement/>`_ is
+    now supported.
index ce306cf3761d85bae354742188f649eba26df19e..567ff596c7d387639723b9acf58698cf7052d7da 100644 (file)
@@ -1,5 +1,5 @@
 Django~=3.1.0
-djangorestframework~=3.11.0
+djangorestframework~=3.12.0
 django-filter~=2.3.0
 django-debug-toolbar~=2.2.0
 # django-dbbackup~=3.2.0
index b7ca00b59310b83e36b2bffd9d0503fd8aa16709..f845529520d2d60fb73720388802a6b15e230339 100644 (file)
@@ -1,5 +1,5 @@
 Django~=3.1.0
-djangorestframework~=3.11.0
+djangorestframework~=3.12.0
 django-filter~=2.3.0
 psycopg2-binary~=2.8.0
 sqlparse~=0.3.0
diff --git a/tox.ini b/tox.ini
index 80b43a600bad9088f384dd56914052fcbc3f462a..0849b0597d2f87f8ec180b173a4350711740c4f8 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -9,13 +9,13 @@ basepython = python3
 deps =
     -r{toxinidir}/requirements-test.txt
     django22: django>=2.2,<2.3
-    django22: djangorestframework>=3.10,<3.12
+    django22: djangorestframework>=3.10,<3.13
     django22: django-filter>=2.1,<3.0
     django30: django>=3.0,<3.1
-    django30: djangorestframework>=3.10,<3.12
+    django30: djangorestframework>=3.10,<3.13
     django30: django-filter>=2.2,<3.0
     django31: django>=3.1,<3.2
-    django31: djangorestframework>=3.10,<3.12
+    django31: djangorestframework>=3.10,<3.13
     django31: django-filter>=2.3,<3.0
 setenv =
     DJANGO_SETTINGS_MODULE = patchwork.settings.dev