Hey there,

The last Django application I worked on was in 0.96 and I'm trying to
get used to the new stuff in there.

I've been following the docs here: 
http://docs.djangoproject.com/en/dev/topics/forms/modelforms/#id2
trying to use the formset_factory on some forms.

I have a Contact model, and associated through a FK it has several
ContactNumber and ContactEmail instances.  I've used ModelForm to
create the forms and it works successfully if I just have one instance
of the number and email, but when I try to create a formset for it, I
get this problem:

'ContactNumberFormFormSet' object has no attribute 'save'

But as far as I can see, I've followed the docs correctly??

I've pasted the code for my model, form and view below:

Contact,ContactNumber,ContactEmail models: http://paste.ifies.org/158
Forms: http://paste.ifies.org/161
View: http://paste.ifies.org/160

Any help on this would be appreciated

Tane
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to