Skip to content

Commit 9879166

Browse files
committed
Add DEFAULT_AUTO_FIELD
1 parent 316fb93 commit 9879166

File tree

1 file changed

+3
-0
lines changed
  • tests/test_project/test_project/settings

1 file changed

+3
-0
lines changed

tests/test_project/test_project/settings/base.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
},
3333
}
3434

35+
36+
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
37+
3538
# Hosts/domain names that are valid for this site; required if DEBUG is False
3639
# See https://docs.djangoproject.com/en/1.5/ref/settings/#allowed-hosts
3740
ALLOWED_HOSTS = []

0 commit comments

Comments
 (0)