* 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.
* 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>
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>
* owner: nobody => David Smith
* needs_docs: 1 => 0
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/7664#comment:6>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/7664#comment:7>
* 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>
* needs_better_patch: 0 => 1
* needs_docs: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/7664#comment:9>
* needs_better_patch: 1 => 0
* needs_docs: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/7664#comment:10>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/7664#comment:11>
* 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>