Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.

This also deprecates "http" as the default scheme.
This commit is contained in:
Coen van der Kamp 2023-03-08 20:12:34 +01:00 committed by Mariusz Felisiak
parent 070cbac0db
commit 7bbbadc693
10 changed files with 132 additions and 20 deletions

View file

@ -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