]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
filters: Re-add removed constant
authorStephen Finucane <stephen.finucane@intel.com>
Fri, 5 Feb 2016 17:14:14 +0000 (17:14 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Fri, 5 Feb 2016 17:14:14 +0000 (17:14 +0000)
There was a rebase mistake in 'f439f54': a constant that should not
have been removed was. Resolve this issue.

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
patchwork/filters.py

index eaa3e2b4c7ebc0629f0bcb67851df3e7f93148b8..b66407e96aef6c04256138dc9e176cd978e2dbfb 100644 (file)
@@ -330,6 +330,7 @@ class ArchiveFilter(Filter):
 
 class DelegateFilter(Filter):
     param = 'delegate'
+    AnyDelegate = 1
 
     def __init__(self, filters):
         super(DelegateFilter, self).__init__(filters)