]> git.ipfire.org Git - thirdparty/patchwork.git/commit
requirements: Test older versions of DRF (v2)
authorStephen Finucane <stephen@that.guru>
Tue, 4 Apr 2017 21:38:19 +0000 (22:38 +0100)
committerStephen Finucane <stephen@that.guru>
Fri, 28 Apr 2017 21:20:44 +0000 (22:20 +0100)
commit646366cc56793d663d98f9ec58a7cecc9734fcd8
treeb723834e827866773d1af9496a3eb2ed0544f454
parent433a35bcc7cabbc6198d81d2a7e09621866dc51f
requirements: Test older versions of DRF (v2)

In commit febad055, we attempted to start testing older versions of
Django REST Framework for use with older versions of Django. This work
was later reverted in commit 6f2ddab6 due to issues with 'django-filter'
versions.

There are additional reasons for validating older versions of DRF, such
as supporting the versions provide as part of distributions. It turns
out that those issues aren't such a big deal and can be handled with a
shim. All in all, this means we can and should support these older
versions of Django REST Framework, and that is what we'll do.

Note that the minimum version supported in requirements.txt is not
changed as it's good practice to use the latest available version.
However, that doesn't make it any less supported.

Signed-off-by: Stephen Finucane <stephen@that.guru>
README.rst
patchwork/settings/dev.py
tox.ini