summaryrefslogtreecommitdiff
path: root/docs/ref/forms
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/forms')
-rw-r--r--docs/ref/forms/widgets.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt
index a9c442289c..2b55ad1a13 100644
--- a/docs/ref/forms/widgets.txt
+++ b/docs/ref/forms/widgets.txt
@@ -841,12 +841,6 @@ Composite widgets
A widget that handles multiple hidden widgets for fields that have a list
of values.
- .. attribute:: MultipleHiddenInput.choices
-
- This attribute is optional when the form field does not have a
- ``choices`` attribute. If it does, it will override anything you set
- here when the attribute is updated on the :class:`Field`.
-
``SplitDateTimeWidget``
~~~~~~~~~~~~~~~~~~~~~~~