summaryrefslogtreecommitdiff
path: root/docs/ref/forms/fields.txt
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-12-12 17:39:58 +0100
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-01-15 22:28:37 +0100
commit9a3f86e96009c1137b286f6d579b9d812a0dee69 (patch)
tree65c8a7d094e5db90a0a2ffe62f36f5ecfce211fb /docs/ref/forms/fields.txt
parent9cb1ffa67bb0d13f86c2d4627428fcaa4513136d (diff)
Refs #34380 -- Changed the URLField default scheme to https and removed FORMS_URLFIELD_ASSUME_HTTPS per deprecation timeline.
Diffstat (limited to 'docs/ref/forms/fields.txt')
-rw-r--r--docs/ref/forms/fields.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt
index 91faea12f7..df8d36e365 100644
--- a/docs/ref/forms/fields.txt
+++ b/docs/ref/forms/fields.txt
@@ -1146,13 +1146,6 @@ For each field, we describe the default widget used if you don't specify
provided value is ``"example.com"``, the normalized value will be
``"https://example.com"``.
- .. deprecated:: 5.0
-
- The default value for ``assume_scheme`` will change from ``"http"`` to
- ``"https"`` in Django 6.0. Set :setting:`FORMS_URLFIELD_ASSUME_HTTPS`
- transitional setting to ``True`` to opt into using ``"https"`` during
- the Django 5.x release cycle.
-
``UUIDField``
-------------