Re: Simple model inheritance

2007-04-01 Thread Kenneth Gonsalves
On 01-Apr-07, at 10:18 PM, Kyle Fox wrote: >> Django's model inheritance will have an attribute to indicate that >> the >> base class is an abstract base, just as you are asking about. > > Do you mean this feature isn't yet in django? I haven't found > anything on the docs about this (I could

Re: Simple model inheritance

2007-04-01 Thread Kyle Fox
> Django's model inheritance will have an attribute to indicate that the > base class is an abstract base, just as you are asking about. Do you mean this feature isn't yet in django? I haven't found anything on the docs about this (I could really use it too!) If it's in the trunk, do you know w

Re: Simple model inheritance

2007-03-31 Thread Sebastjan Trepca
Great, thanks! Sebastjan On 3/31/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > On Sat, 2007-03-31 at 11:26 +0200, Sebastjan Trepca wrote: > > Hi all, > > > > I noticed there are few threads about model inheritance and proposals, > > but they all reflect the inheritance to the database al

Re: Simple model inheritance

2007-03-31 Thread Malcolm Tredinnick
On Sat, 2007-03-31 at 11:26 +0200, Sebastjan Trepca wrote: > Hi all, > > I noticed there are few threads about model inheritance and proposals, > but they all reflect the inheritance to the database also. > I don't really want inheritance in database with all those joins etc, > what I would need

Simple model inheritance

2007-03-31 Thread Sebastjan Trepca
Hi all, I noticed there are few threads about model inheritance and proposals, but they all reflect the inheritance to the database also. I don't really want inheritance in database with all those joins etc, what I would need is just something that will spare me the copy/pasting of similar fields