1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

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

Follow up to 65c13f9675.
This commit is contained in:
David Smith 2020-03-14 19:21:04 +00:00 committed by GitHub
parent a0916d7212
commit 7075d27b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -846,12 +846,6 @@ Composite widgets
A widget that handles multiple hidden widgets for fields that have a list A widget that handles multiple hidden widgets for fields that have a list
of values. 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`` ``SplitDateTimeWidget``
~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~