make model swappable

This commit is contained in:
Jack Evans 2026-02-20 16:44:32 -03:00
parent 3f255a02d9
commit b0c7600c44

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,),
),