From 8cd55021bcb6c9727c1adccd9623fa4acfc0312b Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 14 May 2021 15:58:45 +0200 Subject: Fixed #32379 -- Started deprecation toward changing default USE_TZ to True. Co-authored-by: Nick Pope Co-authored-by: Mariusz Felisiak --- tests/test_sqlite.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_sqlite.py') diff --git a/tests/test_sqlite.py b/tests/test_sqlite.py index 099f37e56d..e1252f5f7d 100644 --- a/tests/test_sqlite.py +++ b/tests/test_sqlite.py @@ -29,3 +29,5 @@ PASSWORD_HASHERS = [ ] DEFAULT_AUTO_FIELD = 'django.db.models.AutoField' + +USE_TZ = False -- cgit v1.3