mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-05-11 17:13:10 +00:00
Apply default_auto_field to app config.
This commit is contained in:
parent
86a323d2e6
commit
9135750c4c
1 changed files with 1 additions and 0 deletions
|
|
@ -4,3 +4,4 @@ from django.apps import AppConfig
|
|||
class AuditlogConfig(AppConfig):
|
||||
name = "auditlog"
|
||||
verbose_name = "Audit log"
|
||||
default_auto_field = "django.db.models.AutoField"
|
||||
|
|
|
|||
Loading…
Reference in a new issue