summaryrefslogtreecommitdiff
path: root/requirements-dev.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-06-24 20:55:50 +0100
committerDaniel Axtens <dja@axtens.net>2018-08-26 16:58:21 +1000
commite97bd5ca0e8e3334e8402a71af8ebc2342da83ef (patch)
tree247bd28942f40fc352d523bf2ec9d3bbd0561b7c /requirements-dev.txt
parent4ad2558f884bf33201e179a171ad3821a62126a1 (diff)
downloadpatchwork-e97bd5ca0e8e3334e8402a71af8ebc2342da83ef.tar
patchwork-e97bd5ca0e8e3334e8402a71af8ebc2342da83ef.tar.gz
Remove support for Django 1.8, 1.9, 1.10
These are now all EOL and Debian Testing supports Django 1.11 (LTS). We can and should drop them. This change does not remove the many compat wrappers. These will be removed separately (there are a lot of them). This leaves 1.11 as the only supported version. This will be remedied shortly with the inclusion of Django 2.0 support. Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Daniel Axtens <dja@axtens.net>
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r--requirements-dev.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 1d58df7..8bad8f0 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -1,4 +1,4 @@
-Django>=1.8,<2.0
+Django>=1.11,<2.0
djangorestframework>=3.4,<3.9
django-filter>=1.0,<1.2
-r requirements-test.txt