Skip to content

Commit 3caafd7

Browse files
committed
Revert "Upgraded to Django 4.2.13"
This reverts commit b1f0427.
1 parent b1f0427 commit 3caafd7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

DjangoPlugin/tracdjangoplugin/settings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,3 @@
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==4.2.13
5+
Django==3.2.25
66
libsass==0.23.0
77

88
# Trac plugins

0 commit comments

Comments
 (0)