Bryan, this won't work either, because when you try to save the user using admin you will have this kind of error:
Request Method: POST Request URL: http://localhost:8000/admin/auth/user/40/ Exception Type: TypeError Exception Value: Cannot resolve keyword 'name' into field Exception Location: c:\soft\python24\lib\site-packages\django\db\models\query.py in lookup_inner, line 764 'name' being the unique property defined for my related object: name = models.CharField(_('name'),maxlength=200,unique=True,core=True) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---