This commit is contained in:
Jack Evans 2026-03-17 15:24:12 +00:00 committed by GitHub
commit 5af2a5a623
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,),
),