summaryrefslogtreecommitdiff
path: root/docs/ref/forms/api.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-01-06 08:09:58 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-01-17 11:49:15 +0100
commit490cccbe7e83874923b276eed26cc23b0db5ebb9 (patch)
tree12faeff64b1a0f973a9ce3535a0e8635a9dab074 /docs/ref/forms/api.txt
parentea92a4dc2879e084b46d9b141c0a535d536be2e6 (diff)
Removed versionadded/changed annotations for 4.1.
Diffstat (limited to 'docs/ref/forms/api.txt')
-rw-r--r--docs/ref/forms/api.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/ref/forms/api.txt b/docs/ref/forms/api.txt
index 6d296c537e..0bb3730daa 100644
--- a/docs/ref/forms/api.txt
+++ b/docs/ref/forms/api.txt
@@ -539,11 +539,6 @@ By default, a property returning the value of the renderer's
as a string template name in order to override that for a particular form
class.
-.. versionchanged:: 4.1
-
- In older versions ``template_name`` defaulted to the string value
- ``'django/forms/default.html'``.
-
``render()``
~~~~~~~~~~~~
@@ -604,14 +599,10 @@ template name.
.. attribute:: Form.template_name_div
-.. versionadded:: 4.1
-
The template used by ``as_div()``. Default: ``'django/forms/div.html'``.
.. method:: Form.as_div()
-.. versionadded:: 4.1
-
``as_div()`` renders the form as a series of ``<div>`` elements, with each
``<div>`` containing one field, such as:
@@ -1196,8 +1187,6 @@ Attributes of ``BoundField``
.. attribute:: BoundField.use_fieldset
- .. versionadded:: 4.1
-
Returns the value of this BoundField widget's ``use_fieldset`` attribute.
.. attribute:: BoundField.widget_type
@@ -1292,14 +1281,8 @@ Methods of ``BoundField``
overriding the default template, see also
:ref:`overriding-built-in-form-templates`.
- .. versionchanged:: 4.1
-
- The ``tag`` argument was added.
-
.. method:: BoundField.legend_tag(contents=None, attrs=None, label_suffix=None)
- .. versionadded:: 4.1
-
Calls :meth:`.label_tag` with ``tag='legend'`` to render the label with
``<legend>`` tags. This is useful when rendering radio and multiple
checkbox widgets where ``<legend>`` may be more appropriate than a