Skip to content

Commit aee3ba4

Browse files
authored
Merge pull request #111 from gizmag/revert-107-solve-warning-django4
Revert "Solve warning coming from django 4.0"
2 parents fe91df1 + e01b0c9 commit aee3ba4

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)