Re: Model inheritance extended.

2012-09-25 Thread Andrew Ingram
On 25 September 2012 17:45, Alex Ogier wrote: > There's a big thing you cannot do without grouping models: you can't have > an abstract base class relate to another abstract base class. Django's > foreign key mechanism doesn't know how to relate to a to-be-instantiated >

Re: Model inheritance extended.

2012-09-25 Thread Alex Ogier
On Mon, Sep 24, 2012 at 12:33 PM, Daniel Sokolowski < daniel.sokolow...@klinsight.com> wrote: > It also seems the current abstract model mechanism can do everything a > model library can minus the model prefixing and the model grouping; that > though I would just tackle using a naming

Re: Model inheritance extended.

2012-09-25 Thread Daniel Sokolowski
pinion and as such can change - thank you for considering it. From: Jonathan Slenders Sent: Monday, September 24, 2012 9:55 AM To: django-developers@googlegroups.com Subject: Model inheritance extended. Hi everyone, This may be interesting to some of you. I created a small library for inheritance of

Re: Model inheritance extended.

2012-09-25 Thread Calvin Spealman
On Mon, Sep 24, 2012 at 9:55 AM, Jonathan Slenders wrote: > Hi everyone, > > This may be interesting to some of you. I created a small library for > inheritance of a set of models. > It's best to go quickly through the Readme on the site below. > > We felt a need for

Re: Model inheritance extended.

2012-09-25 Thread Dan Fairs
> On 24 syys, 16:55, Jonathan Slenders > wrote: >> This may be interesting to some of you. I created a small library for >> inheritance of *a set of* models. >> It's best to go quickly through the Readme on the site below. >> >> We felt a need for this, but I'm

Re: Model inheritance extended.

2012-09-25 Thread Anssi Kääriäinen
On 24 syys, 16:55, Jonathan Slenders wrote: > This may be interesting to some of you. I created a small library for > inheritance of *a set of* models. > It's best to go quickly through the Readme on the site below. > > We felt a need for this, but I'm wondering

Model inheritance extended.

2012-09-24 Thread Jonathan Slenders
Hi everyone, This may be interesting to some of you. I created a small library for inheritance of *a set of* models. It's best to go quickly through the Readme on the site below. We felt a need for this, but I'm wondering whether some kind of inheritance like this has been discussed before.