On 8/9/06, Vance Dubberly <[EMAIL PROTECTED]> wrote: > I very much want to subclass User as I have more than one kind of user > and each has a different type of profile.
Which is a different situation from probably 80% of the needs people have for extending the User model. > Until we get proper inheritence ( a huge flaw in django ) Joes method > works great. Once again, even once the inheritance stuff is straightened out, there will be *no way whatsoever* to tell Django to use your subclass of User in place of the built-in User model, and it's highly doubtful whether querying for instances of django.contrib.auth.models.User will retrieve instances of its subclasses[1]. So, once again, I don't see how inheritance has any bearing on this discussion. [1] http://groups.google.com/group/django-developers/browse_thread/thread/7d40ad373ebfa912/85244d55f259455d#85244d55f259455d -- "May the forces of evil become confused on the way to your house." -- George Carlin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

