summaryrefslogtreecommitdiff
path: root/requirements-test.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2017-01-22 22:33:51 +0000
committerStephen Finucane <stephen@that.guru>2017-01-22 22:58:19 +0000
commit6f2ddab6e60aac91dac782aeccd2ecd35416c271 (patch)
treeb85c8316a3e7ca52d1f02cead751a08cb6afd444 /requirements-test.txt
parent861009242f62358a3779f7b8cff86d617410934c (diff)
downloadpatchwork-6f2ddab6e60aac91dac782aeccd2ecd35416c271.tar
patchwork-6f2ddab6e60aac91dac782aeccd2ecd35416c271.tar.gz
Revert "requirements: Test older versions of DRF"
This partially reverts commit febad055fb6609369f1a465a5eec323549c5c065. While Django REST Framework works with Django 1.6 and 1.7, the versions of Django Filters that provide DRF integration do not [1]. It doesn't really make sense to enable only partial REST API support (i.e. no filtering) for users with older Django versions and this approach will cause far too much confusion among users. Better to just drop REST API support for users with these insecure versions and encourage them to update to supported versions of Django should they wish to use these features. [1] https://github.com/carltongibson/django-filter/blob/0.15.0/CHANGES.rst Signed-off-by: Stephen Finucane <stephen@that.guru> Fixes: 0fc32337 ("REST: Integrate django-filter support")
Diffstat (limited to 'requirements-test.txt')
-rw-r--r--requirements-test.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements-test.txt b/requirements-test.txt
index 55713ef..aa756f5 100644
--- a/requirements-test.txt
+++ b/requirements-test.txt
@@ -2,4 +2,3 @@ mysqlclient>=1.3,<1.4 # replace this with psycopg2 for a PostgreSQL backend
django-debug-toolbar==1.6
python-dateutil>2.0,<3.0
selenium>=3.0,<3.1
-django-filter>=1.0,<1.1