mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
50dcc91d5b
commit
e4cbf13077
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ from auditlog.models import LogEntry
|
|||
|
||||
@admin.register(LogEntry)
|
||||
class LogEntryAdmin(admin.ModelAdmin, LogEntryAdminMixin):
|
||||
date_hierarchy = 'timestamp'
|
||||
date_hierarchy = "timestamp"
|
||||
list_select_related = ["content_type", "actor"]
|
||||
list_display = [
|
||||
"created",
|
||||
|
|
|
|||
Loading…
Reference in a new issue