Re: Inheritance question: Multiple roles for users

2013-04-18 Thread M Hill
> > Model inheritance is not the same as object inheritance. > > If you are doing non abstract inheritance, then there is no difference > between a derived model, and a model that has a foreign key to the > parent class. In a derived model, the foreign key is a OneToOneField, > with null=False

Re: Inheritance question: Multiple roles for users

2013-04-18 Thread Tom Evans
On Thu, Apr 18, 2013 at 5:11 AM, M Hill wrote: > I've searched this group for threads related to multitable inheritance. The > one most similar to my query so far was titled "multiple children in > multitable inheritance", from Apr. 2008. Like the original poster, I'd > thought of Bar as a possi

Inheritance question: Multiple roles for users

2013-04-18 Thread M Hill
I've searched this group for threads related to multitable inheritance. The one most similar to my query so far was titled "multiple children in multitable inheritance", from Apr. 2008. Like the original poster, I'd thought of Bar as a possible subclass of Place, which might share the same Pl