add filter status
This commit is contained in:
@@ -344,6 +344,7 @@ class WirefAdmin(admin.ModelAdmin):
|
|||||||
]
|
]
|
||||||
|
|
||||||
actions = ["make_cleared", "make_finished"]
|
actions = ["make_cleared", "make_finished"]
|
||||||
|
list_filter = ["status"]
|
||||||
ordering = ["-wiref_id"]
|
ordering = ["-wiref_id"]
|
||||||
|
|
||||||
def add_view(self, request, form_url="", extra_context=None):
|
def add_view(self, request, form_url="", extra_context=None):
|
||||||
|
|||||||
Reference in New Issue
Block a user