Modify some admin
This commit is contained in:
parent
1f86b3fc07
commit
b6e450260b
3 changed files with 8 additions and 5 deletions
|
@ -176,7 +176,7 @@ class LogEntryAdmin(admin.ModelAdmin):
|
|||
"object_link",
|
||||
"diff_link",
|
||||
)
|
||||
search_fields = ("object_repr", "change_message")
|
||||
search_fields = ("object_repr", "change_message", "user__username", "content_type__model")
|
||||
list_filter = (UserListFilter, "content_type")
|
||||
list_display_links = None
|
||||
actions = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue