Commit e6f09b7e authored by Michal Čihař's avatar Michal Čihař

List ignore field as well

parent a8b3f778
......@@ -37,7 +37,7 @@ class SuggestionAdmin(admin.ModelAdmin):
admin.site.register(Suggestion, SuggestionAdmin)
class CheckAdmin(admin.ModelAdmin):
list_display = ['checksum', 'check', 'project', 'language']
list_display = ['checksum', 'check', 'project', 'language', 'ignore']
search_fields = ['checksum', 'check']
list_filter = ['check', 'project']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment