Re: [Django] #7664: MultiWidget to support named sub widgets

13 views
Skip to first unread message

Django

unread,
Sep 16, 2011, 5:59:06 PM9/16/11
to django-...@googlegroups.com
#7664: MultiWidget to support named sub widgets
------------------------------------------+-----------------------------
Reporter: CollinAnderson | Owner: nobody
Type: New feature | Status: new
Milestone: | Component: Forms
Version: SVN | Severity: Normal
Resolution: | Keywords: multiwidget
Triage Stage: Accepted | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
------------------------------------------+-----------------------------
Changes (by jacob):

* ui_ux: => 0
* easy: => 0
* stage: Design decision needed => Accepted


Comment:

Yes, this is a good idea.

--
Ticket URL: <https://code.djangoproject.com/ticket/7664#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Nov 23, 2011, 10:15:24 AM11/23/11
to django-...@googlegroups.com
#7664: MultiWidget to support named sub widgets
--------------------------------+------------------------------------
Reporter: CollinAnderson | Owner: nobody
Type: New feature | Status: new
Component: Forms | Version: SVN
Severity: Normal | Resolution:
Keywords: multiwidget | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 1
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------+------------------------------------
Changes (by koenb):

* needs_docs: 0 => 1
* has_patch: 0 => 1


Comment:

Added a small patch which allows passing names into MultiWidget as
suggested.

--
Ticket URL: <https://code.djangoproject.com/ticket/7664#comment:4>

Django

unread,
Jul 12, 2013, 11:30:15 AM7/12/13
to django-...@googlegroups.com
#7664: MultiWidget to support named sub widgets
--------------------------------+------------------------------------
Reporter: CollinAnderson | Owner: nobody
Type: New feature | Status: new
Component: Forms | Version: master

Severity: Normal | Resolution:
Keywords: multiwidget | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 1
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------+------------------------------------

Comment (by anonymous):

Please also add the ability to override the `_` separator. Creating a
multiwidget for autocompletion ends up making `field_1` and `field_2` in
POST when I'd really like to be able to generate `field` and `field_text`,
because keeping `field` will make sure using the widget doesn't break any
tests that use POSTdata. There are workarounds, but I feel like it's not
something so complicated it deserves its own hack.

--
Ticket URL: <https://code.djangoproject.com/ticket/7664#comment:5>

Django

unread,
Feb 13, 2020, 5:38:19 PM2/13/20
to django-...@googlegroups.com
#7664: MultiWidget to support named sub widgets
---------------------------------+---------------------------------------
Reporter: Collin Anderson | Owner: David Smith
Type: New feature | Status: assigned

Component: Forms | Version: master
Severity: Normal | Resolution:
Keywords: multiwidget | 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):

* owner: nobody => David Smith
* needs_docs: 1 => 0
* status: new => assigned


--
Ticket URL: <https://code.djangoproject.com/ticket/7664#comment:6>

Django

unread,
Feb 13, 2020, 5:58:15 PM2/13/20
to django-...@googlegroups.com
#7664: MultiWidget to support named sub widgets
---------------------------------+---------------------------------------
Reporter: Collin Anderson | Owner: David Smith
Type: New feature | Status: assigned
Component: Forms | Version: master
Severity: Normal | Resolution:
Keywords: multiwidget | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1

Easy pickings: 0 | UI/UX: 0
---------------------------------+---------------------------------------
Changes (by Simon Charette):

* needs_better_patch: 0 => 1


--
Ticket URL: <https://code.djangoproject.com/ticket/7664#comment:7>

Django

unread,
Feb 15, 2020, 5:41:54 PM2/15/20
to django-...@googlegroups.com
#7664: MultiWidget to support named sub widgets
---------------------------------+---------------------------------------
Reporter: Collin Anderson | Owner: David Smith
Type: New feature | Status: assigned
Component: Forms | Version: master
Severity: Normal | Resolution:
Keywords: multiwidget | 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 made improvements to this based on feedback on the PR. Please can
this be reviewed again.

--
Ticket URL: <https://code.djangoproject.com/ticket/7664#comment:8>

Django

unread,
Mar 20, 2020, 6:15:36 AM3/20/20
to django-...@googlegroups.com
#7664: MultiWidget to support named sub widgets
---------------------------------+---------------------------------------
Reporter: Collin Anderson | Owner: David Smith
Type: New feature | Status: assigned
Component: Forms | Version: master
Severity: Normal | Resolution:
Keywords: multiwidget | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 1
Needs tests: 0 | Patch needs improvement: 1

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

* needs_better_patch: 0 => 1

* needs_docs: 0 => 1


--
Ticket URL: <https://code.djangoproject.com/ticket/7664#comment:9>

Django

unread,
Mar 23, 2020, 5:03:18 AM3/23/20
to django-...@googlegroups.com
#7664: MultiWidget to support named sub widgets
---------------------------------+---------------------------------------
Reporter: Collin Anderson | Owner: David Smith
Type: New feature | Status: assigned
Component: Forms | Version: master
Severity: Normal | Resolution:
Keywords: multiwidget | 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

* needs_docs: 1 => 0


--
Ticket URL: <https://code.djangoproject.com/ticket/7664#comment:10>

Django

unread,
Mar 23, 2020, 8:18:59 AM3/23/20
to django-...@googlegroups.com
#7664: MultiWidget to support named sub widgets
-------------------------------------+-------------------------------------

Reporter: Collin Anderson | Owner: David
| Smith
Type: New feature | Status: assigned
Component: Forms | Version: master
Severity: Normal | Resolution:
Keywords: multiwidget | Triage Stage: Ready for
| checkin

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

* stage: Accepted => Ready for checkin


--
Ticket URL: <https://code.djangoproject.com/ticket/7664#comment:11>

Django

unread,
Mar 24, 2020, 3:42:20 PM3/24/20
to django-...@googlegroups.com
#7664: MultiWidget to support named sub widgets
-------------------------------------+-------------------------------------
Reporter: Collin Anderson | Owner: David
| Smith
Type: New feature | Status: closed
Component: Forms | Version: master
Severity: Normal | Resolution: fixed

Keywords: multiwidget | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak <felisiak.mariusz@…>):

* status: assigned => closed
* resolution: => fixed


Comment:

In [changeset:"27746ab28ac88fc213456e63302b408312d95122" 27746ab2]:
{{{
#!CommitTicketReference repository=""
revision="27746ab28ac88fc213456e63302b408312d95122"
Fixed #7664 -- Allowed customizing suffixes of MultiWidget.widgets' names.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/7664#comment:12>

Reply all
Reply to author
Forward
0 new messages