You can extend the user model in m-r using a ForeignKey with edit_inline, num_in_admin=1, max_num_in_admin=1, and unique=True. This is what my dev team uses to add additional fields to users.
Conceptually, a OneToOneField would probably make more sense, but it seems that OneToOneField is still being worked on in m-r. Bryan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---