Home » Grids » Model inheritance

Model inheritance

Packages that help with using inherited models in Django, where the QuerySet can return the inherited models instead of the base classes.

8 Packages
3 Features

Search & Filter

Django model mixins and utilities.

2,754
Stars
371
Forks
28
Usage
Py3
Status Production/Stable
Version 5.0.0
Updated 23 Mar 2026
License BSD
Commits
Features
Admin integration
Amount of queries
1 query total (using `select_subclasses`)
Type of inheritance
MTI

Improved Django model inheritance with automatic downcasting

1,817
Stars
300
Forks
15
Usage
Py3
Status Production/Stable
Version 4.11.3
Updated 2 May 2026
License BSD-3-Clause
Commits
Features
Admin integration
Amount of queries
1 per object type
Type of inheritance
MTI + CT

polymorphic django models using automatic type-field downcasting

232
Stars
45
Forks
1
Usage
Py3
Status Unknown
Version 0.15.2
Updated 13 Jan 2026
License BSD-3-Clause
Commits
Features
Admin integration
Amount of queries
1 query total (queryset contains multiple types)
Type of inheritance
STI

Polymorphic models implementation for django.

88
Stars
17
Forks
1
Usage
Py3
Status Production/Stable
Version 1.8.1
Updated 30 Mar 2025
License MIT License
Commits
Features
Admin integration
Amount of queries
1 query total using `select_related`.
Type of inheritance
MTI + CT

Not to be confused with django-curated

10
Stars
2
Forks
0
Usage
Py3
Status Production/Stable
Version 2.1.0
Updated 20 Aug 2025
License BSD-2-Clause
Commits
Features
Admin integration
Amount of queries
Type of inheritance

Django Utils is a collection of small Django helper functions and classes which make common patterns shorter and easier.

35
Stars
3
Forks
1
Usage
Py3
Status Mature
Version 3.0.2
Updated 4 Nov 2023
License BSD
Commits
Features
Admin integration
Amount of queries
Type of inheritance

Features Being Compared

3 features

Admin integration

Whether the inherited modes can be managed in an admin screen.

Amount of queries

Type of inheritance

* STI: Single Table Inheritance * MTI: Multi Table Inheritance * CT: ContentTypes