Re: [Django] #11836: Missing django.forms.widgets.MultiWidget hidden counterpart

20 views
Skip to first unread message

Django

unread,
Mar 12, 2020, 3:33:59 PM3/12/20
to django-...@googlegroups.com
#11836: Missing django.forms.widgets.MultiWidget hidden counterpart
-----------------------------+---------------------------------------
Reporter: Sayane | Owner: David Smith
Type: New feature | Status: assigned
Component: Forms | Version:
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 0 | UI/UX: 0
-----------------------------+---------------------------------------
Changes (by David Smith):

* 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.

Django

unread,
Mar 14, 2020, 3:28:49 AM3/14/20
to django-...@googlegroups.com
#11836: Missing django.forms.widgets.MultiWidget hidden counterpart
-----------------------------+---------------------------------------
Reporter: Sayane | Owner: David Smith
Type: New feature | Status: assigned
Component: Forms | Version:
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-----------------------------+---------------------------------------
Changes (by David Smith):

* 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>

Django

unread,
Mar 20, 2020, 1:28:14 AM3/20/20
to django-...@googlegroups.com
#11836: Missing django.forms.widgets.MultiWidget hidden counterpart
------------------------+---------------------------------------
Reporter: Sayane | Owner: David Smith
Type: Bug | Status: assigned

Component: Forms | Version:
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
------------------------+---------------------------------------
Changes (by felixxm):

* type: New feature => Bug


--
Ticket URL: <https://code.djangoproject.com/ticket/11836#comment:16>

Django

unread,
Mar 20, 2020, 2:36:15 AM3/20/20
to django-...@googlegroups.com
#11836: Missing django.forms.widgets.MultiWidget hidden counterpart
-----------------------------+---------------------------------------

Reporter: Sayane | Owner: David Smith
Type: New feature | Status: assigned

Component: Forms | Version:
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------+---------------------------------------
Changes (by felixxm):

* type: Bug => New feature


--
Ticket URL: <https://code.djangoproject.com/ticket/11836#comment:17>

Django

unread,
Mar 20, 2020, 4:33:57 AM3/20/20
to django-...@googlegroups.com
#11836: Missing django.forms.widgets.MultiWidget hidden counterpart
-----------------------------+---------------------------------------
Reporter: Sayane | Owner: David Smith
Type: New feature | Status: closed
Component: Forms | Version:
Severity: Normal | Resolution: wontfix

Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------+---------------------------------------
Changes (by felixxm):

* 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>

Reply all
Reply to author
Forward
0 new messages