We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c55c883 + 625e970 commit 1e701c6Copy full SHA for 1e701c6
django_fsm_log/apps.py
@@ -7,6 +7,7 @@
7
class DjangoFSMLogAppConfig(AppConfig):
8
name = "django_fsm_log"
9
verbose_name = "Django FSM Log"
10
+ default_auto_field = "django.db.models.AutoField"
11
12
def ready(self):
13
backend = import_string(settings.DJANGO_FSM_LOG_STORAGE_METHOD)
0 commit comments