summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2017-11-24 19:37:42 +0000
committerStephen Finucane <stephen@that.guru>2018-01-04 14:19:39 +0000
commitc01dcbad59b27679bc15bd3213bfad49e6443dde (patch)
tree3596272344e39a3dd862635743b519bfc8020968 /README.rst
parent763e4b48e9c9a7be35b3581174763adc4ef287f4 (diff)
downloadpatchwork-c01dcbad59b27679bc15bd3213bfad49e6443dde.tar
patchwork-c01dcbad59b27679bc15bd3213bfad49e6443dde.tar.gz
Remove support for Django 1.6, 1.7
These versions are massively outdated and the only reason for keeping them was to allow installation on RHEL 7 using the version provided via EPEL. No one's actually using this so just kill it. This also allows us to remove support for django-filter 0.11, which was only retained for use with these older versions of Django. Signed-off-by: Stephen Finucane <stephen@that.guru> Reviewed-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 f55940c..f8f44ab 100644
--- a/README.rst
+++ b/README.rst
@@ -43,11 +43,11 @@ Requirements
- Python (2.7, 3.3 - 3.5)
-- Django (1.6 - 1.11)
+- Django (1.8 - 1.11)
- Django REST Framework (3.2 - 3.6)
-- Django Filters (0.11 - 1.0)
+- Django Filters (1.0)
Development Installation
------------------------