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

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

'FormSet' object has no attribute 'save'

2013-06-23 Thread Mário Idival
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 for me :' ClassNameForSet' object has no attribute 'save' Somebody know how i can

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

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

'FormSet' object has no attribute 'save'

2012-10-17 Thread Satinderpal Singh
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 formset in the views. Here is the code of my views file of my project: