Hi,
I am using 2 model forms and when I save the I get a save error since
the foreign key field can't be blank.
I try to add the new id at save, but it doesn't work.
This is the code for the save.

temp=shirtForm.save(commit=False)
            userForm.shirt=temp.id
            userForm.save()


Is the newly created record id store in the field temp.id and can I
assign that value directly as I am doing?

Thanks
Michael

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

Reply via email to