I think I may be banging my head on the same problem.

I have a UserProfile and Member model in the same app.
In views I am using ModelForm on Member for generate a
form for def member(request) and a limited set for
def associate_member(request)
What I really want to do is use the 1st 5 (common and
mandatory fields to both def's) to prepopulate those
same fields in UserProfile

So essentially the same problem with a subtle twist
hence my interest in this thread.
--~--~---------~--~----~------------~-------~--~----~
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