﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
4228	RadioSelect widget	polpak <polpak@…>	Adrian Holovaty	"As mentioned on the dev mailing list...

There's an issue with the RadioSelect widget.. It makes use of a rendering object
(returned by the render method) but the class used for this is hardcoded in the 
render method itself, so there's no way to supply an alternative renderer except 
to subclass both classes (the renderer, and the RadioSelect widget).

Being able to supply a new rendering object would allow easier customization of 
the appearance of the RadioSelect widget. Then it's just a matter of subclassing
RadioFieldRenderer and overriding the __unicode__ method. 

If I get some time later I'll submit a possible patch for this."		closed	Forms	0.96		fixed	RadioSelect renderer widget	jaywgraves@…	Ready for checkin	1	0	0	0	0	0
