Add actor username to search fields

This commit is contained in:
m.babapoor@parspooyesh.com 2019-07-17 18:41:28 +04:30 committed by Alieh Rymašeŭski
parent 9f1930b779
commit 80004f3c64

View file

@ -33,6 +33,7 @@ class LogEntryAdmin(admin.ModelAdmin, LogEntryAdminMixin):
"changes",
"actor__first_name",
"actor__last_name",
"actor__username",
]
list_filter = [
"action",