mirror of
https://github.com/django/django.git
synced 2025-04-01 03:56:42 +00:00
Refs #34380 -- Fixed the documented URLField default scheme to https.
Missed in 9a3f86e96009c1137b286f6d579b9d812a0dee69.
This commit is contained in:
parent
c70dbcf835
commit
ed984f2ac4
@ -1142,7 +1142,7 @@ For each field, we describe the default widget used if you don't specify
|
|||||||
.. attribute:: assume_scheme
|
.. attribute:: assume_scheme
|
||||||
|
|
||||||
The scheme assumed for URLs provided without one. Defaults to
|
The scheme assumed for URLs provided without one. Defaults to
|
||||||
``"http"``. For example, if ``assume_scheme`` is ``"https"`` and the
|
``"https"``. For example, if ``assume_scheme`` is ``"https"`` and the
|
||||||
provided value is ``"example.com"``, the normalized value will be
|
provided value is ``"example.com"``, the normalized value will be
|
||||||
``"https://example.com"``.
|
``"https://example.com"``.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user