Apply default_auto_field to app config.

This commit is contained in:
Paul Backhouse 2021-07-27 17:58:26 +01:00 committed by Alieh Rymašeŭski
parent 86a323d2e6
commit 9135750c4c

View file

@ -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"