I've got a profile model which has a django.contrib.auth.models.User as a foreign key.
I am trying to assign the User object to my profile model after I've checked that the user is valid and that the profile contents are also valid. Once I've saved my user object, I then call profile_form.user = user; profile_form.save() In my database, the user and profile have been created, but the profile's foreign key to the user hasn't been created. I'm guessing that I'm not calling the right thing on the profile_form, but am not sure what I should be calling? Thanks for your help :) --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---