Skip to content

Commit

Permalink
Set USE_TZ to False for Django 5+; TODO: fixes tests to use timezone …
Browse files Browse the repository at this point in the history
…awareness
  • Loading branch information
dakrauth committed Nov 18, 2024
1 parent 0fdade8 commit 8e27a6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Django Swingtime
.. image:: https://badge.fury.io/py/django-swingtime.svg
:target: http://badge.fury.io/py/django-swingtime

:Version: 1.5.0
:Version: 1.5.1
:Demo: https://nerdfog.com/swingtime/
:Download: https://pypi.org/project/django-swingtime/
:Source: https://github.com/dakrauth/django-swingtime
Expand Down
1 change: 1 addition & 0 deletions demo/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
TIME_ZONE = 'America/New_York'
SITE_ID = 1
USE_I18N = True
USE_TZ = False
SECRET_KEY = 'swingtime-demo'
TEST_RUNNER = 'django.test.runner.DiscoverRunner'
TEMPLATES = [{
Expand Down

0 comments on commit 8e27a6b

Please sign in to comment.