Skip to content

Commit

Permalink
Silence a deprecation warning when running tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
charettes committed Aug 13, 2024
1 parent fc29067 commit 95034d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
]

DEFAULT_AUTO_FIELD = "django.db.models.AutoField"

USE_TZ = False

0 comments on commit 95034d2

Please sign in to comment.