Skip to content

Commit

Permalink
Upgraded to Django 4.2.13 (attempt 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmispelon committed Jun 14, 2024
1 parent 3caafd7 commit 8b2db5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions DjangoPlugin/tracdjangoplugin/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@
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==3.2.25
Django==4.2.13
libsass==0.23.0

# Trac plugins
Expand Down

0 comments on commit 8b2db5d

Please sign in to comment.