summaryrefslogtreecommitdiff
path: root/docs/development
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 /docs/development
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 'docs/development')
-rw-r--r--docs/development/installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/installation.rst b/docs/development/installation.rst
index 70d3145..30fdb54 100644
--- a/docs/development/installation.rst
+++ b/docs/development/installation.rst
@@ -70,7 +70,7 @@ To run specific tox targets or tests, pass arguments to the above:
.. code-block:: shell
- $ docker-compose run --rm web --quick-tox -e py27-django17 \
+ $ docker-compose run --rm web --quick-tox -e py27-django18 \
patchwork.tests.test_bundles
To run all tests, including Selenium UI interaction tests, using only the