Skip to content

Commit 74ccfe9

Browse files
committed
Set USE_TZ to False to prep for Django 5.0
1 parent 12ee9f4 commit 74ccfe9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/settings/base.py

+3
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,7 @@
7575
'django.middleware.clickjacking.XFrameOptionsMiddleware',
7676
]
7777

78+
# Preparation for Django 5.0 change.
79+
USE_TZ = False
80+
7881
GITHUB_PAGES_EXPORT = False

0 commit comments

Comments
 (0)