summaryrefslogtreecommitdiff
path: root/docs/ref/forms/widgets.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/forms/widgets.txt')
-rw-r--r--docs/ref/forms/widgets.txt12
1 files changed, 3 insertions, 9 deletions
diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt
index 55b29c131e..2260986ee1 100644
--- a/docs/ref/forms/widgets.txt
+++ b/docs/ref/forms/widgets.txt
@@ -650,8 +650,6 @@ Selector and checkbox widgets
The outer ``<ul>`` container will receive the ``id`` attribute defined on
the widget.
-.. versionchanged:: 1.7
-
When looping over the radio buttons, the ``label`` and ``input`` tags include
``for`` and ``id`` attributes, respectively. Each radio button has an
``id_for_label`` attribute to output the element's ID.
@@ -677,11 +675,9 @@ Selector and checkbox widgets
Like :class:`RadioSelect`, you can now loop over the individual checkboxes making
up the lists. See the documentation of :class:`RadioSelect` for more details.
-.. versionchanged:: 1.7
-
- When looping over the checkboxes, the ``label`` and ``input`` tags include
- ``for`` and ``id`` attributes, respectively. Each checkbox has an
- ``id_for_label`` attribute to output the element's ID.
+When looping over the checkboxes, the ``label`` and ``input`` tags include
+``for`` and ``id`` attributes, respectively. Each checkbox has an
+``id_for_label`` attribute to output the element's ID.
.. _file-upload-widgets:
@@ -769,8 +765,6 @@ Composite widgets
.. attribute:: SelectDateWidget.months
- .. versionadded:: 1.7
-
An optional dict of months to use in the "months" select box.
The keys of the dict correspond to the month number (1-indexed) and