diff --git a/auditlog/admin.py b/auditlog/admin.py index 130f480..22b8a81 100644 --- a/auditlog/admin.py +++ b/auditlog/admin.py @@ -11,6 +11,7 @@ from auditlog.models import LogEntry @admin.register(LogEntry) class LogEntryAdmin(admin.ModelAdmin, LogEntryAdminMixin): + date_hierarchy = 'timestamp' list_select_related = ["content_type", "actor"] list_display = [ "created",