Skip to content
Snippets Groups Projects
Commit fb35a832 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Show occurrences in admin UI

parent 97fe6ec7
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ from autocomplete_multi_models import models
@admin.register(models.IndexedWord)
class IndexedWordAdmin(admin.ModelAdmin):
list_display = ("word",)
list_display = ("word", "occurrence")
search_fields = ("word",)
actions = [
"ban_from_index",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment