mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-05-04 21:54:47 +00:00
Add actor username to search fields
This commit is contained in:
parent
9f1930b779
commit
80004f3c64
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ class LogEntryAdmin(admin.ModelAdmin, LogEntryAdminMixin):
|
|||
"changes",
|
||||
"actor__first_name",
|
||||
"actor__last_name",
|
||||
"actor__username",
|
||||
]
|
||||
list_filter = [
|
||||
"action",
|
||||
|
|
|
|||
Loading…
Reference in a new issue