Disclaimer: I may be totally off the track here but seeing your desperate plea, I thought I would share this anyway:
AddManipulator is probably discarding your primary key coming from the POST. The user field, in your case, serves as a primary key (since it is defined as a OneToOneField). Try ChangeManipulator and see if that improves the situation. Also, I am not sure if the field name should be user_id or user. So, try changing it to 'user'. Sorry, if this doesn't help. -Raj --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---