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.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt
index 2b9cf489f1..210e5ce93c 100644
--- a/docs/ref/forms/widgets.txt
+++ b/docs/ref/forms/widgets.txt
@@ -291,8 +291,6 @@ foundation for custom widgets.
.. method:: value_omitted_from_data(data, files, name)
- .. versionadded:: 1.10.2
-
Given ``data`` and ``files`` dictionaries and this widget's name,
returns whether or not there's data or files for the widget.
@@ -307,8 +305,6 @@ foundation for custom widgets.
.. method:: use_required_attribute(initial)
- .. versionadded:: 1.10.1
-
Given a form field's ``initial`` value, returns whether or not the
widget can be rendered with the ``required`` HTML attribute. Forms use
this method along with :attr:`Field.required