Re: Partial ModelForm produces empty var on ManyToMany relationship

2010-04-27 Thread Tom Evans
On Tue, Apr 27, 2010 at 9:50 AM, Florian Le Goff wrote: > Hi, > > I'm using Django's 1.1.1 official release and I'm trying to build a > partial form, using ModelForm, with only one field, of the > ManyToManyField type. > > If my partial form's Meta class "fields" attribute contains several > attri

Partial ModelForm produces empty var on ManyToMany relationship

2010-04-27 Thread Florian Le Goff
Hi, I'm using Django's 1.1.1 official release and I'm trying to build a partial form, using ModelForm, with only one field, of the ManyToManyField type. If my partial form's Meta class "fields" attribute contains several attributes names, everything is working pretty smoothly. My form is produced