summaryrefslogtreecommitdiff
path: root/docs/ref/forms/fields.txt
diff options
context:
space:
mode:
authorNatalia <124304+nessita@users.noreply.github.com>2024-05-03 14:39:43 -0300
committernessita <124304+nessita@users.noreply.github.com>2024-05-22 15:44:07 -0300
commit05cce083ad662913008e107bc6332e7ffe1502e6 (patch)
treeb3362d27330f0f78c33a713871e1ec7d6eac2ef2 /docs/ref/forms/fields.txt
parentec44247f597d09b7ca7a54d33249ec02c5fbeb07 (diff)
Removed versionadded/changed annotations for 5.0.
This also removes remaining versionadded/changed annotations for older versions.
Diffstat (limited to 'docs/ref/forms/fields.txt')
-rw-r--r--docs/ref/forms/fields.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt
index d6bd67e3d4..2ae4fe2be6 100644
--- a/docs/ref/forms/fields.txt
+++ b/docs/ref/forms/fields.txt
@@ -322,10 +322,6 @@ inside ``aria-describedby``:
>>> print(f["username"])
<input type="text" name="username" aria-describedby="custom-description id_username_helptext" maxlength="255" id="id_username" required>
-.. versionchanged:: 5.0
-
- ``aria-describedby`` was added to associate ``help_text`` with its input.
-
.. versionchanged:: 5.1
``aria-describedby`` support was added for ``<fieldset>``.
@@ -397,8 +393,6 @@ be ignored in favor of the value from the form's initial data.
.. attribute:: Field.template_name
-.. versionadded:: 5.0
-
The ``template_name`` argument allows a custom template to be used when the
field is rendered with :meth:`~django.forms.BoundField.as_field_group`. By
default this value is set to ``"django/forms/field.html"``. Can be changed per
@@ -513,12 +507,6 @@ For each field, we describe the default widget used if you don't specify
other data types, such as integers or booleans, consider using
:class:`TypedChoiceField` instead.
- .. versionchanged:: 5.0
-
- Support for mappings and using
- :ref:`enumeration types <field-choices-enum-types>` directly in
- ``choices`` was added.
-
``DateField``
-------------
@@ -1145,8 +1133,6 @@ For each field, we describe the default widget used if you don't specify
.. attribute:: assume_scheme
- .. versionadded:: 5.0
-
The scheme assumed for URLs provided without one. Defaults to
``"http"``. For example, if ``assume_scheme`` is ``"https"`` and the
provided value is ``"example.com"``, the normalized value will be