Login
Roast topics
Find topics
Find it!
From:
Better Simple
(Uncensored)
subscribe
Removing Model bases from migration state · Better Simple
https://www.better-simple.com/django/2025/03/19/model-bases-in-migrations/
links
backlinks
Tagged with:
django
models
migrations
fielderror
model inheritance
zero downtime
Roast topics
Find topics
Roast it!
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.