0

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?

guettli
  • 25,042
  • 81
  • 346
  • 663
  • 2
    https://stackoverflow.com/questions/241250/single-table-inheritance-in-django/1720733#1720733 – wolendranh Jun 23 '17 at 08:19
  • Possible duplicate of [Single Table Inheritance in Django](https://stackoverflow.com/questions/241250/single-table-inheritance-in-django) – guettli Jul 11 '17 at 08:40

0 Answers0