Not sure if this is of any help....

Create a manipulator with the form fields, doesn't matter if they are
for two different models just make sure to remember the name. If you
want to prepopulate the fields, you might have to fill in the data
dictionary before creating the formwrapper and passing the dictionary
to the formwrapper.

You will have to override the save method in the manipulator and pull
the data from the data dictionary and create the separate objects the
same as normal.

It's probably not the greatest way of doing things, but I'm not sure if
there are any generic methods to do similiar

Chris


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to