* owner: nobody => David Smith
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/11836#comment:14>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: 1 => 0
Comment:
I've created a pull request to progress this issue.
[https://github.com/django/django/pull/12567]
--
Ticket URL: <https://code.djangoproject.com/ticket/11836#comment:15>
* type: New feature => Bug
--
Ticket URL: <https://code.djangoproject.com/ticket/11836#comment:16>
* type: Bug => New feature
--
Ticket URL: <https://code.djangoproject.com/ticket/11836#comment:17>
* status: assigned => closed
* resolution: => wontfix
Comment:
`MultipleHiddenInput` was created as a `hidden_widget` for
`MultipleChoiceField` (see fb60a6ff0acc84417ced061e83bb170fff351b59). It
handles multiple hidden widgets for fields that have **a list of values**
(see
[https://docs.djangoproject.com/en/3.0/ref/forms/widgets/#multiplehiddeninput
docs]), so the same names for all inputs is a desired behavior.
You shouldn't use it as a `hiddent_widget` for `MultiValueField` because
it's a different use case (multiple fields vs. multiple values).
--
Ticket URL: <https://code.djangoproject.com/ticket/11836#comment:18>