There was a rebase mistake in 'f439f54': a constant that should not have been removed was. Resolve this issue.
Signed-off-by: Stephen Finucane <[email protected]> --- patchwork/filters.py | 1 + 1 file changed, 1 insertion(+) diff --git a/patchwork/filters.py b/patchwork/filters.py index eaa3e2b..b66407e 100644 --- a/patchwork/filters.py +++ b/patchwork/filters.py @@ -330,6 +330,7 @@ class ArchiveFilter(Filter): class DelegateFilter(Filter): param = 'delegate' + AnyDelegate = 1 def __init__(self, filters): super(DelegateFilter, self).__init__(filters) -- 2.0.0 _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
