We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6526e32 commit b1bf53cCopy full SHA for b1bf53c
patchwork/admin.py
@@ -151,7 +151,7 @@ class SeriesAdmin(admin.ModelAdmin):
151
readonly_fields = ('received_total', 'received_all')
152
search_fields = ('submitter__name', 'submitter__email')
153
exclude = ('patches',)
154
- filter_horizontal = ('dependencies',)
+ filter_horizontal = ('dependencies', 'supersedes')
155
inlines = (PatchInline,)
156
157
def received_all(self, series):
0 commit comments