On Sun, Jun 23, 2013 at 4:05 PM, Mário Idival <marioidi...@gmail.com> 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 for me :'
> ClassNameForSet' object has no attribute 'save'
> Somebody know how i can pass for this?

Most Formsets do not have a save() method, only ModelFormsets have a
save() method. Show your code.

Cheers

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to