]> git.ipfire.org Git - thirdparty/patchwork.git/commit
Revert "requirements: Test older versions of DRF"
authorStephen Finucane <stephen@that.guru>
Sun, 22 Jan 2017 22:33:51 +0000 (22:33 +0000)
committerStephen Finucane <stephen@that.guru>
Sun, 22 Jan 2017 22:58:19 +0000 (22:58 +0000)
commit6f2ddab6e60aac91dac782aeccd2ecd35416c271
treeb85c8316a3e7ca52d1f02cead751a08cb6afd444
parent861009242f62358a3779f7b8cff86d617410934c
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")
patchwork/settings/dev.py
requirements-test.txt
tox.ini