Skip to content

Commit

Permalink
Revert "Upgraded to Django 4.2.13 (attempt 2)"
Browse files Browse the repository at this point in the history
This reverts commit 8b2db5d.
  • Loading branch information
bmispelon committed Jun 14, 2024
1 parent 8b2db5d commit 205ead0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions DjangoPlugin/tracdjangoplugin/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@
SECRET_KEY = SECRETS.get("secret_key", "")

LOGIN_REDIRECT_URL = "/"

USE_TZ = False
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 205ead0

Please sign in to comment.