Re: guidance on sub-classing models

2008-04-22 Thread Peter Rowell
> I need some guidance on sub-classing a model ... Actually, you can't subclass a model ... anymore / yet. Something like this existed prior to an momentous event called the Magic Removal Branch, which was before my time but appears to have been the Django equivalent of the Spanish Inquisition (i

guidance on sub-classing models

2008-04-22 Thread Ken
I have added similar method to my models and forms and would like to factorize them into base classes. The forms part has been straightforward. But, it seems that models is little harder to sub- class. I need some guidance on sub-classing a model or if it's too complicated, that I shouldn't bot