Re: m2m field and forms

2009-02-10 Thread Konstantin S
On Feb 10, 5:51 pm, Sergey Koval wrote: > On Tue, Feb 10, 2009 at 1:21 PM, Konstantin S wrote: > > > Hello > > > I have a form created from forms.ModelForm and in my model one of the > > fields is m2m field. Now when form is displayed for that m2m filed I'd > > like to have something that looks

Re: m2m field and forms

2009-02-10 Thread Sergey Koval
On Tue, Feb 10, 2009 at 1:21 PM, Konstantin S wrote: > > Hello > > I have a form created from forms.ModelForm and in my model one of the > fields is m2m field. Now when form is displayed for that m2m filed I'd > like to have something that looks like checkbox where user can select > several alter

m2m field and forms

2009-02-10 Thread Konstantin S
Hello I have a form created from forms.ModelForm and in my model one of the fields is m2m field. Now when form is displayed for that m2m filed I'd like to have something that looks like checkbox where user can select several alternatives. I know that I can use widgets here and there are some that