From 7075d27b0c75f1431f29497f4353cd742906b357 Mon Sep 17 00:00:00 2001 From: David Smith <39445562+smithdc1@users.noreply.github.com> Date: Sat, 14 Mar 2020 19:21:04 +0000 Subject: [PATCH] Fixed #31362 -- Removed nonexistent choices attribute from MultipleHiddenInput's docs. Follow up to 65c13f9675d2ca7fc1c925e7182a2e35d07ff5fb. --- docs/ref/forms/widgets.txt | 6 ------ 1 file changed, 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`` ~~~~~~~~~~~~~~~~~~~~~~~