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

 * cc: bmispelon@… (added)
 * owner:  nobody => bmispelon
 * status:  new => assigned
 * needs_better_patch:  1 => 0


Comment:

 I've brought  Matt McClanahan's old patch up to date and added some
 documentation [1]

 The tests pass without modification so this change should be completely
 backwards-compatible (I was actually surprised at how well it worked).

 One thing to note is the disappearance of
 `django.forms.widgets.RadioInput` which was not part of the public API
 (it's not in `__all__` and was not documented anywhere).
 If needed, it would be possible to re-introduce it as an alias of the new
 `RadioChoiceInput` with a deprecationwarning.

 In my branch, the commit for this ticket depends on two other ones: #4117
 and #19874 which are somewhat related.

 [1] https://github.com/bmispelon/django/compare/ticket-4592

-- 
Ticket URL: <https://code.djangoproject.com/ticket/4592#comment:16>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to