Re: Opinion requested on issue related to model inheritance and exceptions

2008-02-06 Thread Kenneth Gonsalves
On 06-Feb-08, at 3:07 PM, Safariman wrote: > I'd like some opinions about something. I'd like to know if this is > correct behavior or if it could be considered a bug in django. > > This issue is related to 2 models where one model is the superclass of > the other. Let me illustrate with an

Re: Opinion requested on issue related to model inheritance and exceptions

2008-02-06 Thread Safariman
After asking around in #django it dawned to me that model inheritance is something which isn't really supported in Django, so I'll just have to think of a different solution. In any case, thanks for reading this post... :) --~--~-~--~~~---~--~~ You received this

Opinion requested on issue related to model inheritance and exceptions

2008-02-06 Thread Safariman
Hello all, I'd like some opinions about something. I'd like to know if this is correct behavior or if it could be considered a bug in django. This issue is related to 2 models where one model is the superclass of the other. Let me illustrate with an small abstract example. class