django-planet
Dec. 13, 2023

Django's three types of model inheritance

published by James Bennett
in blog James Bennett
original entry Django's three types of model inheritance

This is part of a series of posts I’m doing as a sort of Python/Django Advent calendar, offering a small tip or piece of information each day from the first Sunday of Advent through Christmas Eve. See the first post for an introduction.

Inheritance and its discontents

People can, and do, debate whether inheritance in object-oriented programming languages is a thing that ought to exist. There are even debates about what “inheritance” ought to mean …

Read full entry