Joseph Kocherhans wrote:

http://code.djangoproject.com/wiki/ModelInheritance

This is still really rough. I hope I didn't leave too much out. Let
the arguing commence ;-)
If the last bit ("Change the current usage of subclassing") is only about removing inherited attributes why not do it this way:

   class MyArticle(Article):
       del Article.field1
       del Article.field2
       ...

Reply via email to