summaryrefslogtreecommitdiff
path: root/README.rst
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 /README.rst
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 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 94ac32c..062166e 100644
--- a/README.rst
+++ b/README.rst
@@ -43,9 +43,9 @@ Requirements
- Python (2.7, 3.4 - 3.6)
-- Django (1.8 - 1.11)
+- Django (1.11 - 2.0)
-- Django REST Framework (3.4 - 3.8)
+- Django REST Framework (3.6 - 3.8)
- Django Filters (1.0 - 1.1)