Skip to content

Commit

Permalink
prepare URLField for Django-6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Jun 13, 2024
1 parent 466c5c3 commit 4dc952f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testapp/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@
},
}

FORMS_URLFIELD_ASSUME_HTTPS = False

FORMSET_IGNORE_MARKED_FOR_REMOVAL = False

if DEBUG:
Expand Down

0 comments on commit 4dc952f

Please sign in to comment.