]> git.ipfire.org Git - thirdparty/patchwork.git/commit
Add support for django-filter 2.0
authorStephen Finucane <stephen@that.guru>
Thu, 13 Sep 2018 22:08:31 +0000 (16:08 -0600)
committerStephen Finucane <stephen@that.guru>
Sat, 6 Oct 2018 16:43:38 +0000 (17:43 +0100)
commit8eb3719a1f9afb0d9755b36d69af5334b0971a34
tree99279622b534e4fa51823473e39089b6bdfe1614
parent3b9a5d6b9f13f0ce2935dee55d0cabb146d47e9a
Add support for django-filter 2.0

This is necessary for Django 2.1 support. We retain support for
django-filter 1.0 and 1.1 as 2.0 is Python 3-only. Thankfully there is
essentially zero cost in doing so for now.

Signed-off-by: Stephen Finucane <stephen@that.guru>
12 files changed:
patchwork/api/bundle.py
patchwork/api/check.py
patchwork/api/cover.py
patchwork/api/event.py
patchwork/api/patch.py
patchwork/api/series.py
patchwork/compat.py
patchwork/settings/base.py
releasenotes/notes/django-filter-2-0-3240949516a873e3.yaml [new file with mode: 0644]
requirements-dev.txt
requirements-prod.txt
tox.ini