#4592: Make CheckboxSelectMultiple more like RadioSelect
------------------------------------------------+-------------------------
               Reporter:  Scott Sinclair        |          Owner:  nobody
                   Type:  Cleanup/optimization  |         Status:  new
              Milestone:                        |      Component:  Forms
                Version:  SVN                   |       Severity:  Normal
             Resolution:                        |       Keywords:  feature
           Triage Stage:  Accepted              |      Has patch:  1
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  1                     |  Easy pickings:  0
------------------------------------------------+-------------------------
Changes (by lupino):

 * easy:   => 0


Comment:

 Furthermore, I'd like to add that the current hard-coded output is not
 consistent with the output of someform.as_ul, which renders checkboxes
 like

 {{{
 <li><label for="id_blubb">Blubb:</label> <input id="id_blubb"
 type="checkbox" name="mobil" value="1" /></li>
 }}}
 whereas the format of the list elements in CheckboxSelectMultiple is
 {{{
 <li><label for="id_blubb_0"><input type="checkbox" name="blargh" value="1"
 id="id_blubb_0" /> Blubb </label></li>
 }}}

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

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to