On Dec 29, 2007 3:56 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> In case of such a user profile, would the recursive m2m relation be
> defined on the UserProfile model ?

Yes. Unless you are planning to use a customized version of
contrib.auth, you don't have any control over the User model, so you
will need to put the m2m definition in the UserProfile. However, since
every UserProfile will be able to find the underlying User, building
relations between UserProfiles shouldn't pose any particular
difficulties.

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to