Skip to content

Commit 360789e

Browse files
committed
Silence Django warning about AutoField
1 parent f4fa36f commit 360789e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@
4242
]
4343

4444
ROOT_URLCONF = "tests.urls"
45+
46+
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"

0 commit comments

Comments
 (0)