summaryrefslogtreecommitdiff
path: root/docs/ref/forms/fields.txt
diff options
context:
space:
mode:
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``
-------------