From 3caafd769947b43c53a182c0b7167fb2581063d2 Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Sun, 9 Jun 2024 07:34:05 +0200 Subject: [PATCH] Revert "Upgraded to Django 4.2.13" This reverts commit b1f04277612e6f6b5cb1db10eebd42804286672b. --- DjangoPlugin/tracdjangoplugin/settings.py | 2 -- requirements.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/DjangoPlugin/tracdjangoplugin/settings.py b/DjangoPlugin/tracdjangoplugin/settings.py index b2de0e3..f72e9fd 100644 --- a/DjangoPlugin/tracdjangoplugin/settings.py +++ b/DjangoPlugin/tracdjangoplugin/settings.py @@ -29,5 +29,3 @@ SECRET_KEY = SECRETS.get("secret_key", "") LOGIN_REDIRECT_URL = "/" - -USE_TZ = False diff --git a/requirements.txt b/requirements.txt index a279570..9b5c187 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # rest is needed to support wiki pages written in rst Trac[babel, pygments, rest]==1.6.0 psycopg2==2.9.9 --no-binary=psycopg2 -Django==4.2.13 +Django==3.2.25 libsass==0.23.0 # Trac plugins