Re: ManyToMany through parameter bug workaround.

2012-08-18 Thread Nicolas Emiliani
> > Here I can store the value for the relationship when saving the Model in > the DB. > > If anyone has a better solution, suggestion, comment or thinks this is > going > to make me rot in hell please let me know. > Well, I kept on reading and I found a clean solution : It's explained here, the

ManyToMany through parameter bug workaround.

2012-08-18 Thread Nicolas Emiliani
Hi, I was trying to create an m2m relationship using the 'through' parameter because I want to have an additional field in the relation table. The idea was to render this using CheckboxSelectMultiple. The thing is that when I add the model m2m field to the 'fieldset' field at the ModelForm it th