From: Stephen Finucane Date: Fri, 5 Feb 2016 17:14:14 +0000 (+0000) Subject: filters: Re-add removed constant X-Git-Tag: v1.1.0~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d10aba710e59d3325ca3176b916c5047fd925e8;p=thirdparty%2Fpatchwork.git filters: Re-add removed constant There was a rebase mistake in 'f439f54': a constant that should not have been removed was. Resolve this issue. Signed-off-by: Stephen Finucane --- diff --git a/patchwork/filters.py b/patchwork/filters.py index eaa3e2b4..b66407e9 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)