This commit is contained in:
Jack Evans 2026-02-24 11:56:47 +00:00 committed by GitHub
commit 9e85b61821
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,6 +71,7 @@ class Migration(migrations.Migration):
"get_latest_by": "timestamp",
"verbose_name": "log entry",
"verbose_name_plural": "log entries",
"swappable": "AUDITLOG_LOGENTRY_MODEL",
},
bases=(models.Model,),
),