Please look at http://pastebin.ca/182266 for my code.

I'm trying to extend the User model (by using a ForeignKey) to a
UserProfile.

I have a template with a form to update some of the fields (all except:
user, updated).

When I submit the form, I get the following in errors
(update_object.errors):
'user': ['This field is required.']

 Am I missing something? How can I specify to use the currently logged
in user? If I am updating an existing record, then 'user' should
already exist (the user is logged in and the profile already has an
entry in the user_id field).


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