Skip to content

Commit 74f0b50

Browse files
committed
Upgraded to Django 4.2.13 (attempt 3)
1 parent 205ead0 commit 74f0b50

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

DjangoPlugin/tracdjangoplugin/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@
2929
SECRET_KEY = SECRETS.get("secret_key", "")
3030

3131
LOGIN_REDIRECT_URL = "/"
32+
33+
USE_TZ = False

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# rest is needed to support wiki pages written in rst
33
Trac[babel, pygments, rest]==1.6.0
44
psycopg2==2.9.9 --no-binary=psycopg2
5-
Django==3.2.25
5+
Django==4.2.13
66
libsass==0.23.0
77

88
# Trac plugins

0 commit comments

Comments
 (0)