I have some models like this:
class Super(models.Model): attr1 = ... attr2 = ... class Child(Super): child_attr1 = ... child_attr2 = ...