]> git.ipfire.org Git - thirdparty/patchwork.git/commit
filters: Return dictionaries
authorStephen Finucane <stephen@that.guru>
Thu, 27 Sep 2018 14:34:07 +0000 (15:34 +0100)
committerStephen Finucane <stephen@that.guru>
Sat, 13 Oct 2018 16:21:59 +0000 (17:21 +0100)
commit0bd13fe1d4d077e7b1fa101d08c914da04387d0a
treedcaee218fdc6ff30882471ca97b94106c30b43ac
parent5e852d5ab1af3b13e5795bb6e021290221d09605
filters: Return dictionaries

This makes it a little easier to figure out what filters are active and
will be used in a future patch.

Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/filters.py
patchwork/templates/patchwork/partials/filters.html
patchwork/views/__init__.py