Skip to content

Commit

Permalink
Silence Django 4 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw authored and lamby committed Jul 8, 2022
1 parent d52c19e commit 2b346f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@
'1_7.W001',
]
ROOT_URLCONF = 'tests.urls'

# Silence warning on Django 4. We don't really care what type it is.
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'

0 comments on commit 2b346f4

Please sign in to comment.