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
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
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
3 matches
Mail list logo