Skip to content

Commit

Permalink
fix for Django 5 by using old USE_TZ behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan6419846 authored Apr 28, 2024
1 parent ada1886 commit 2be7b00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fernet_fields/test/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
SECRET_KEY = 'secret'

SILENCED_SYSTEM_CHECKS = ['1_7.W001']

USE_TZ = False

0 comments on commit 2be7b00

Please sign in to comment.