Commit 7774f2c4 authored by Michal Čihař's avatar Michal Čihař

Improve check admin

parent 1c6b55a4
......@@ -57,7 +57,7 @@ admin.site.register(Suggestion, SuggestionAdmin)
class CheckAdmin(admin.ModelAdmin):
list_display = ['checksum', 'check', 'project', 'language', 'ignore']
search_fields = ['checksum', 'check']
list_filter = ['check', 'project']
list_filter = ['check', 'project', 'ignore']
admin.site.register(Check, CheckAdmin)
......
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