Skip to content

Commit e01b0c9

Browse files
authored
Revert "Solve warning coming from django 4.0"
1 parent fe91df1 commit e01b0c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

django_fsm_log/apps.py

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

1413
def ready(self):
1514
backend = import_string(settings.DJANGO_FSM_LOG_STORAGE_METHOD)

0 commit comments

Comments
 (0)