Skip to content

Commit 5974de4

Browse files
author
Jaap Roes
authored
Add default_auto_field setting, strongly recommended in Django 3.2 (#282)
1 parent 9949c72 commit 5974de4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testprofiles/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
class TestProfilesConfig(AppConfig):
55
name = 'testprofiles'
66
verbose_name = 'Test profiles'
7+
default_auto_field = 'django.db.models.AutoField'

0 commit comments

Comments
 (0)