]> git.ipfire.org Git - thirdparty/patchwork.git/commit
REST: Use ModelMultipleChoiceField for other fields
authorStephen Finucane <stephen@that.guru>
Wed, 11 Apr 2018 16:13:37 +0000 (17:13 +0100)
committerDaniel Axtens <dja@axtens.net>
Wed, 9 May 2018 16:22:18 +0000 (02:22 +1000)
commit30a5f17b5b8dbd42822c9f8eb4e222606ca43d6a
tree9f3fd849cc722b17aa30275c2b976a0d8b615e5d
parentf3c02f36d6fcaac5f3bad5aef6a83356b89eeda6
REST: Use ModelMultipleChoiceField for other fields

There's benefit to being able to do stuff like select multiple patches.
Let's do that.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Signed-off-by: Daniel Axtens <dja@axtens.net>
patchwork/api/filters.py