We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ee9f4 commit 74ccfe9Copy full SHA for 74ccfe9
tests/settings/base.py
@@ -75,4 +75,7 @@
75
'django.middleware.clickjacking.XFrameOptionsMiddleware',
76
]
77
78
+# Preparation for Django 5.0 change.
79
+USE_TZ = False
80
+
81
GITHUB_PAGES_EXPORT = False
0 commit comments