Besides, if I don't pass all attributes I have to set them manually. In
case of User.date_joined somehow none of the following works:

=====================
new_data_user['date_joined'] = origUser.date_joined
new_data_user['date_joined_date'] = origUser.date_joined_date
new_data_user['date_joined_date'] = origUser.date_joined.date
new_data_user['date_joined_date'] = origUser.date_joined.date()
=====================

They all give the error

=====================
'date_joined_date': ['This field is required.']
=====================


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