From 7bbbadc69383f0a2b99253e153b974f8783e876d Mon Sep 17 00:00:00 2001 From: Coen van der Kamp Date: Wed, 8 Mar 2023 20:12:34 +0100 Subject: Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField. This also deprecates "http" as the default scheme. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index bb35bd4805..b27348adb0 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -32,6 +32,9 @@ details on these changes. * The ``ForeignObject.get_reverse_joining_columns()`` method will be removed. +* The default scheme for ``forms.URLField`` will change from ``"http"`` to + ``"https"``. + .. _deprecation-removed-in-5.1: 5.1 -- cgit v1.3