Skip to content

Commit

Permalink
Set USE_TZ to False to prep for Django 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Jan 24, 2022
1 parent 12ee9f4 commit 74ccfe9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,7 @@
'django.middleware.clickjacking.XFrameOptionsMiddleware',
]

# Preparation for Django 5.0 change.
USE_TZ = False

GITHUB_PAGES_EXPORT = False

0 comments on commit 74ccfe9

Please sign in to comment.