django-planet
March 19, 2025

Removing Model bases from migration state

published by Tim Schilling
in blog Better Simple
original entry Removing Model bases from migration state

When removing multi-table inheritance in Django, you need to remove your Model's bases from the migration's model state. This post goes into detail on when this comes up and how to resolve it.