Browse Source

Fixed #31362 -- Removed nonexistent choices attribute from MultipleHiddenInput's docs.

Follow up to 65c13f9675d2ca7fc1c925e7182a2e35d07ff5fb.
David Smith 5 years ago
parent
commit
7075d27b0c
1 changed files with 0 additions and 6 deletions
  1. 0 6
      docs/ref/forms/widgets.txt

+ 0 - 6
docs/ref/forms/widgets.txt

@@ -846,12 +846,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``
 ~~~~~~~~~~~~~~~~~~~~~~~