Re: Model Inheritance

2009-01-25 Thread PB
Ah, thanks for the link - I'd done a little searching but I guess I missed that one. Karen Tracey wrote: > On Sun, Jan 25, 2009 at 12:51 PM, PB wrote: > > > > > Hi, > > > > I've been experimenting with model inheritance and have become pretty > > dissatisfied with the way it is implemented in Dj

Re: Model Inheritance

2009-01-25 Thread Karen Tracey
On Sun, Jan 25, 2009 at 12:51 PM, PB wrote: > > Hi, > > I've been experimenting with model inheritance and have become pretty > dissatisfied with the way it is implemented in Django. [snip gripes] This general reaction has been registered before. You might want to search the user's list for l

Model Inheritance

2009-01-25 Thread PB
Hi, I've been experimenting with model inheritance and have become pretty dissatisfied with the way it is implemented in Django. It seems that this part of the ORM has not received as much TLC and thought as the rest of the framework. Some gripes: - There is no way to find out whether an object