]> git.ipfire.org Git - thirdparty/patchwork.git/commit
REST: Integrate django-filter support
authorStephen Finucane <stephen@that.guru>
Fri, 11 Nov 2016 23:19:32 +0000 (23:19 +0000)
committerStephen Finucane <stephen@that.guru>
Sun, 22 Jan 2017 21:49:19 +0000 (21:49 +0000)
commit0fc323373df84d0e75776eaa16a1490fe5f028f4
tree87c2ea30409be7b083694384b6f540427beec91c
parent466d46999dcfc0e1dade516a177fae8e3c6ade04
REST: Integrate django-filter support

This mostly works out of the box, thanks to Django REST Framework.
Mostly unique fields, like name or email, are excluded as these will be
handled separately.

Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/api/check.py
patchwork/api/cover.py
patchwork/api/filters.py [new file with mode: 0644]
patchwork/api/patch.py
patchwork/api/series.py
patchwork/settings/base.py
requirements-prod.txt
requirements-test.txt