diff --git a/tests/admin_scripts/tests.py b/tests/admin_scripts/tests.py index 8dd06f660b..e754989101 100644 --- a/tests/admin_scripts/tests.py +++ b/tests/admin_scripts/tests.py @@ -64,6 +64,7 @@ class AdminScriptTestCase(SimpleTestCase): 'DEFAULT_AUTO_FIELD', 'ROOT_URLCONF', 'SECRET_KEY', + 'USE_TZ', ] for s in exports: if hasattr(settings, s):