diff options
| author | David Smith <39445562+smithdc1@users.noreply.github.com> | 2020-03-14 19:21:04 +0000 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-03-14 20:21:47 +0100 |
| commit | c5ac3ab056b323ecf6c38b1d5513b2c4aec14c8e (patch) | |
| tree | 67f190332d67b2c7434a19e0cab7739dbfc1a24b | |
| parent | 6831049fc20689010deb445d402a376322fb471c (diff) | |
[3.0.x] Fixed #31362 -- Removed nonexistent choices attribute from MultipleHiddenInput's docs.
Follow up to 65c13f9675d2ca7fc1c925e7182a2e35d07ff5fb.
Backport of 7075d27b0c75f1431f29497f4353cd742906b357 from master
| -rw-r--r-- | docs/ref/forms/widgets.txt | 6 |
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`` ~~~~~~~~~~~~~~~~~~~~~~~ |
