Re: How best to deal with non-abstract model inheritance in the admin

2009-04-10 Thread Malcolm Tredinnick
On Fri, 2009-04-10 at 05:41 -0700, AndyB wrote: > Hi, > > I've got a model called Courses and a model that inherits from it > called SpecialCourses that has some extra fields. > > It seems that any SpecialCourses I add also show up in the changelist > for Courses which will be confusing for cont

How best to deal with non-abstract model inheritance in the admin

2009-04-10 Thread AndyB
Hi, I've got a model called Courses and a model that inherits from it called SpecialCourses that has some extra fields. It seems that any SpecialCourses I add also show up in the changelist for Courses which will be confusing for content editors ("remember to edit them under SpecialCourses or yo