This commit is contained in:
Jack Evans 2026-03-11 13:48:24 +00:00 committed by GitHub
commit 1358c1bf8d
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,),
),