Re: Admin class cannot extend object

2006-11-07 Thread Russell Keith-Magee
On 11/7/06, paulh <[EMAIL PROTECTED]> wrote: > > Running through the django tutorials I noticed that you cannot create > the inner Admin class as a subclass of object. i.e. > class Admin(object): > -->pass > does not work. Is this deliberate or an historical quirk? No particular reason that I

Admin class cannot extend object

2006-11-07 Thread paulh
Running through the django tutorials I noticed that you cannot create the inner Admin class as a subclass of object. i.e. class Admin(object): -->pass does not work. Is this deliberate or an historical quirk? --~--~-~--~~~---~--~~ You received this message