Skip to content

Commit bc2c748

Browse files
committed
Add DEFAULT_AUTO_FIELD for Django 3.2
1 parent 86d5350 commit bc2c748

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

django/archives/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
}
2121
}
2222

23+
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
24+
2325
# Local time zone for this installation. Choices can be found here:
2426
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
2527
# although not all choices may be available on all operating systems.

0 commit comments

Comments
 (0)