Re: newforms and multiple forms objects in one html form question

2007-11-03 Thread Malcolm Tredinnick
On Sat, 2007-11-03 at 14:32 -0700, Sean Perry wrote: > I have a html form which will create an instance of a model plus its > m2m relations. So you have something like: > > MainModelField1 > MainModelField2 > MainModelField3 > ... > m2mModelField1a, m2mModelField1b, m2mModelField1c > m2mModelFi

newforms and multiple forms objects in one html form question

2007-11-03 Thread Sean Perry
I have a html form which will create an instance of a model plus its m2m relations. So you have something like: MainModelField1 MainModelField2 MainModelField3 ... m2mModelField1a, m2mModelField1b, m2mModelField1c m2mModelField2a, m2mModelField2b, m2mModelField2c ... hidden_count In my view