AFAIK Django supports these types of inheritance:
According to the StackOverflow tag description, Single table inheritance is the simplest of several ways to design SQL tables that reflect a class/subclass or generalization/specialization relationship. See: https://stackoverflow.com/tags/single-table-inheritance/info
Is there a way to use this pattern in Django?