summaryrefslogtreecommitdiff
path: root/docs/ref/forms
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/forms')
-rw-r--r--docs/ref/forms/fields.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt
index 473ce3d4e0..ca889771d1 100644
--- a/docs/ref/forms/fields.txt
+++ b/docs/ref/forms/fields.txt
@@ -96,10 +96,6 @@ Widgets of required form fields have the ``required`` HTML attribute. Set the
``required`` attribute isn't included on forms of formsets because the browser
validation may not be correct when adding and deleting formsets.
-.. versionadded:: 1.10
-
- Support for the ``required`` HTML attribute was added.
-
``label``
---------