Skip to content

Commit

Permalink
fix: remove FORMS_URLFIELD_ASSUME_HTTPS setting, which still generate…
Browse files Browse the repository at this point in the history
…s a warning
  • Loading branch information
paulschreiber committed Sep 4, 2024
1 parent 9fa3321 commit 38e76de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions terraso_backend/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,3 @@ class JWTProvider(TypedDict):
f"https://api.hsforms.com/submissions/v3/integration/submit/"
f"{HUBSPOT_PORTAL_ID}/{HUBSPOT_ACCOUNT_DELETION_FORM_ID}"
)

# Neeed for Django 5.x to silence warning. Remove when Django 6.0 is released.
FORMS_URLFIELD_ASSUME_HTTPS = True

0 comments on commit 38e76de

Please sign in to comment.