Re: MultiValueField and MultiWidget

2011-05-24 Thread Karen Tracey
On Mon, May 23, 2011 at 11:27 AM, CH wrote: > Django's documentation doesn't do a very thorough job of explaining > how to use MultiValueField and MultiWidget. I've tried dissecting the > one implementation [1] and haven't had good results. Would someone > mind giving me a quick pointer in the ri

Re: MultiValueField and MultiWidget

2009-11-04 Thread psvent
OK, that was emberssing :). Thanks! On Nov 4, 1:43 pm, Maksymus007 wrote: > widgets = (forms.Select(), forms.TextInput()) > > you make empty widget, just specify available choices there > > On Wed, Nov 4, 2009 at 11:19 AM, psvent wrote: > > > Hi! > > > I am struggling to get  MultiValueField an

Re: MultiValueField and MultiWidget

2009-11-04 Thread Maksymus007
widgets = (forms.Select(), forms.TextInput()) you make empty widget, just specify available choices there On Wed, Nov 4, 2009 at 11:19 AM, psvent wrote: > > Hi! > > I am struggling to get  MultiValueField and MultiWidget to work. > > I have a CharField and ChoiceField in the MultiValueField cla