Re: 'FormSet' object has no attribute 'save'

2013-06-24 Thread Tom Evans
On Sun, Jun 23, 2013 at 4:05 PM, Mário Idival wrote: > Hi guys, > > I need of little help with formsets. I want save 3 instances of an form in > databases. > E.G : > name > lastname > - > name > lastname > - > name > lastname > - > I try use formset but I'm not getting save, expected this error fo

Re: 'FormSet' object has no attribute 'save'

2013-06-23 Thread Xavier Ordoquy
Hi, Looks like you've missed something in your code. Unfortunately without the formset creation / instance creation code, there isn't much we can do. Regards, Xavier. Le 23 juin 2013 à 17:05, Mário Idival a écrit : > Hi guys, > > I need of little help with formsets. I want save 3 instances o

Re: 'FormSet' object has no attribute 'save'

2012-10-17 Thread Satinderpal Singh
On Wed, Oct 17, 2012 at 4:49 PM, Tom Evans wrote: > On Wed, Oct 17, 2012 at 7:06 AM, Satinderpal Singh > wrote: >> I used formsets for different forms in my project, it displays the >> forms to user but on submitting the form it gives the following error: >> 'chem_analysisFormFormSet' object has

Re: 'FormSet' object has no attribute 'save'

2012-10-17 Thread Tom Evans
On Wed, Oct 17, 2012 at 7:06 AM, Satinderpal Singh wrote: > I used formsets for different forms in my project, it displays the > forms to user but on submitting the form it gives the following error: > 'chem_analysisFormFormSet' object has no attribute 'save'. I don't > know how to save the forms