Django migrations: Squashing migrations

Squashing migrations

Squashing migrations — Is the act of reducing an existing set of many migrations down to one (or sometimes a few) migrations which still represent the same changes.

$ ./manage.py squashmigrations myapp 0004

Related concepts

Squashing migrations

Django migrations: Squashing migrations — Structure map

Clickable & Draggable!

Django migrations: Squashing migrations — Related pages: