How Django Migrations Actually Work: From makemigrations to migrate
A deep dive into how Django migrations really work how makemigrations detects model changes, how the migration graph and autodetector operate, how migrate turns operations into SQL via the SchemaEdito