Re: subclassing of models

2007-05-23 Thread Atilla
> Given that there is no branch, that statement is incorrect. > > Model inheritance is two stations down the line. Unicode gets finished > first, then query refactor then model inheritance. > > Regards, > Malcolm Well, I'm certainly glad to know this. I hadn't checked up on it for a long time.

Re: subclassing of models

2007-05-23 Thread Malcolm Tredinnick
On Wed, 2007-05-23 at 17:49 +0200, Atilla wrote: > On 23/05/07, OliverMarchand <[EMAIL PROTECTED]> wrote: > > > > Dear Djangos, > > > > Is it possible to subclass a model? This example somehow doesn't work > > for in the sense that I only see the geography on the admin screen. > > > > > > fro

Re: subclassing of models

2007-05-23 Thread Atilla
On 23/05/07, OliverMarchand <[EMAIL PROTECTED]> wrote: > > Dear Djangos, > > Is it possible to subclass a model? This example somehow doesn't work > for in the sense that I only see the geography on the admin screen. > > > from django.db import models > > class Geography(models.Model): >