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 387068f commit 9bbd501Copy full SHA for 9bbd501
1 file changed
ietf/doc/admin.py
@@ -16,6 +16,7 @@ class StateTypeAdmin(admin.ModelAdmin):
16
17
class StateAdmin(admin.ModelAdmin):
18
list_display = ["slug", "type", 'name', 'order', 'desc']
19
+ list_filter = ["type__name", ]
20
filter_horizontal = ["next_states"]
21
admin.site.register(State, StateAdmin)
22
0 commit comments