mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.
This also deprecates "http" as the default scheme.
This commit is contained in:
parent
070cbac0db
commit
7bbbadc693
10 changed files with 132 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue