summaryrefslogtreecommitdiff
path: root/docs/ref/forms
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-09-02 21:46:19 -0400
committerTim Graham <timograham@gmail.com>2017-09-02 21:47:01 -0400
commit2fc5a5bfe3b5ca5c4f2d8affd1be041497827eab (patch)
treec0a7464064ed770a29793920e862583102ce8c8d /docs/ref/forms
parent2470756de0b21c1ff15758a88e167d08da23e5f7 (diff)
Removed stray versionadded/changed annotations for 1.10.
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``
---------