Skip to content

Commit

Permalink
Merge pull request #274 from caktus/django-3-2-21
Browse files Browse the repository at this point in the history
Update To Latest Django Bugfix Version
  • Loading branch information
Dmitriy Chukhin authored Nov 2, 2023
2 parents 68040f0 + 49fc9a0 commit cd4e19f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 4 additions & 0 deletions hip/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,3 +336,7 @@
EVENT_SIGNUP_FORM_SUBMISSION_RECIPIENTS = GENERAL_INQUIRY_EMAIL_RECIPIENTS

DEFAULT_FROM_EMAIL = os.getenv("DEFAULT_FROM_EMAIL", "[email protected]")

# Notifies user in Wagtail Admin only of LTS versions
# https://docs.wagtail.org/en/stable/reference/settings.html#wagtail-enable-update-check
WAGTAIL_ENABLE_UPDATE_CHECK = "lts"
2 changes: 1 addition & 1 deletion requirements/base/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ diff-match-patch==20200713
# via django-import-export
dj-database-url==0.5.0
# via -r requirements/base/base.in
django==3.2.20
django==3.2.23
# via
# -r requirements/base/base.in
# django-appconf
Expand Down
7 changes: 2 additions & 5 deletions requirements/dev/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ anyascii==0.1.7
anyio==2.1.0
# via jupyter-server
appnope==0.1.2
# via
# -r requirements/dev/dev.in
# ipykernel
# ipython
# via -r requirements/dev/dev.in
argon2-cffi==20.1.0
# via notebook
asgiref==3.3.4
Expand Down Expand Up @@ -100,7 +97,7 @@ defusedxml==0.7.1
# nbconvert
distlib==0.3.6
# via virtualenv
django==3.2.20
django==3.2.23
# via
# -c requirements/dev/../base/base.txt
# django-debug-toolbar
Expand Down

0 comments on commit cd4e19f

Please sign in to comment.