summaryrefslogtreecommitdiff
path: root/docs/ref/forms
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/forms')
-rw-r--r--docs/ref/forms/fields.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt
index 7ae5c121eb..91faea12f7 100644
--- a/docs/ref/forms/fields.txt
+++ b/docs/ref/forms/fields.txt
@@ -320,10 +320,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.1
-
- ``aria-describedby`` support was added for ``<fieldset>``.
-
``error_messages``
------------------
@@ -799,10 +795,6 @@ For each field, we describe the default widget used if you don't specify
Defaults to 39, and behaves the same way as it does for
:class:`CharField`.
- .. versionchanged:: 4.2.18
-
- The default value for ``max_length`` was set to 39 characters.
-
``ImageField``
--------------