#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                    |
-------------------------------------+-------------------------------------

Comment (by claudep):

 Replying to [comment:16 bmispelon]:
 > 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.

 Yes, I think that adding a deprecation shim for `RadioInput` would be a
 good thing, as it does not cost us much. See
 http://djangosnippets.org/snippets/2159/ for an example of a `RadioInput`
 usage. Apart from that, the patch is RFC.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/4592#comment:18>
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