diff options
| author | Claude Paroz <claude@2xlibre.net> | 2021-05-14 15:58:45 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-05-18 20:26:44 +0200 |
| commit | 8cd55021bcb6c9727c1adccd9623fa4acfc0312b (patch) | |
| tree | 6a5a411a0c07bf88e8c550bb94e4ee9f148ccb26 /tests/test_sqlite.py | |
| parent | 958cdf65ae90d26236d1815bbba804729595ec7a (diff) | |
Fixed #32379 -- Started deprecation toward changing default USE_TZ to True.
Co-authored-by: Nick Pope <nick@nickpope.me.uk>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Diffstat (limited to 'tests/test_sqlite.py')
| -rw-r--r-- | tests/test_sqlite.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
