summaryrefslogtreecommitdiff
path: root/docs/ref/forms/widgets.txt
diff options
context:
space:
mode:
authorDavid Smith <39445562+smithdc1@users.noreply.github.com>2020-03-14 19:21:04 +0000
committerGitHub <noreply@github.com>2020-03-14 20:21:04 +0100
commit7075d27b0c75f1431f29497f4353cd742906b357 (patch)
treef82f4e5f8aecffbb3ab2b455d0c7bdee26689f02 /docs/ref/forms/widgets.txt
parenta0916d7212aaae634f4388d47d8717abc2cd9036 (diff)
Fixed #31362 -- Removed nonexistent choices attribute from MultipleHiddenInput's docs.
Follow up to 65c13f9675d2ca7fc1c925e7182a2e35d07ff5fb.
Diffstat (limited to 'docs/ref/forms/widgets.txt')
-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 e986154753..02077f631f 100644
--- a/docs/ref/forms/widgets.txt
+++ b/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``
~~~~~~~~~~~~~~~~~~~~~~~