Skip to content

Commit a20c88d

Browse files
committed
Solve warning coming from django 4.0
1 parent e2b230e commit a20c88d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django_fsm_log/apps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
class DjangoFSMLogAppConfig(AppConfig):
1010
name = 'django_fsm_log'
1111
verbose_name = "Django FSM Log"
12+
default_auto_field = 'django.db.models.BigAutoField'
1213

1314
def ready(self):
1415
backend = import_string(settings.DJANGO_FSM_LOG_STORAGE_METHOD)

0 commit comments

Comments
 (0)