]> 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:27:19 +0000 (17:27 +0100)
commit07020c49e6ba364e6ee5e4f6678635268dc2a976
treebf9492d5bed06537df1928da337f7d6283ea848e
parent6ac5bac532b718137d9f0090b55192a74a6971fe
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>
(cherry picked from commit 0bd13fe1d4d077e7b1fa101d08c914da04387d0a)
patchwork/filters.py
patchwork/templates/patchwork/filters.html
patchwork/views/__init__.py