]> git.ipfire.org Git - thirdparty/patchwork.git/commit
REST: Rename Filter -> FilterSet
authorStephen Finucane <stephen@that.guru>
Wed, 11 Apr 2018 16:13:36 +0000 (17:13 +0100)
committerDaniel Axtens <dja@axtens.net>
Wed, 9 May 2018 16:22:18 +0000 (02:22 +1000)
commitf3c02f36d6fcaac5f3bad5aef6a83356b89eeda6
tree3aff3d194efbe3cc7bffe1fa6b5da121e323e588
parent04b4aca84acef737ead1bdfe11cbbcd876105201
REST: Rename Filter -> FilterSet

FilterSets are to Forms as Filters are to Fields: the former is
made up of the latter. We have a FilterSet for each resource that we
wish to support filtering on (i.e. all of them).

Rename our "Filters" to the more appropriate FilterSets.
The old name was confusing and will conflict with some forthcoming changes.

Signed-off-by: Stephen Finucane <stephen@that.guru>
[dja: commit message]
Signed-off-by: Daniel Axtens <dja@axtens.net>
patchwork/api/bundle.py
patchwork/api/check.py
patchwork/api/cover.py
patchwork/api/event.py
patchwork/api/filters.py
patchwork/api/patch.py
patchwork/api/series.py