From 74f0b50a07bf236000658433782416029d69c7c0 Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Fri, 14 Jun 2024 15:52:18 +0200 Subject: [PATCH] Upgraded to Django 4.2.13 (attempt 3) --- DjangoPlugin/tracdjangoplugin/settings.py | 2 ++ requirements.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DjangoPlugin/tracdjangoplugin/settings.py b/DjangoPlugin/tracdjangoplugin/settings.py index f72e9fd..b2de0e3 100644 --- a/DjangoPlugin/tracdjangoplugin/settings.py +++ b/DjangoPlugin/tracdjangoplugin/settings.py @@ -29,3 +29,5 @@ SECRET_KEY = SECRETS.get("secret_key", "") LOGIN_REDIRECT_URL = "/" + +USE_TZ = False diff --git a/requirements.txt b/requirements.txt index 9b5c187..a279570 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==3.2.25 +Django==4.2.13 libsass==0.23.0 # Trac plugins