Skip to content

Commit 9847eec

Browse files
committed
Fix for 3.2 AutoField migration, refs #103
1 parent 009dc4d commit 9847eec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django_sql_dashboard/apps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33

44
class DjangoSqlDashboardConfig(AppConfig):
55
name = "django_sql_dashboard"
6+
default_auto_field = "django.db.models.AutoField"

0 commit comments

Comments
 (0)