In Django\'s migrations code, there\'s a squashmigrations command which: \"Squashes the migrations for app_label up to and including migratio
[If you are using Django 1.8 and need to squash migrations partially]
In Django 1.9 squash migrations command has the ability to squash migrations FROM-TO
here is squashmigrations.py from Django 1.9 version https://github.com/django/django/blob/stable/1.9.x/django/core/management/commands/squashmigrations.py
you need to
/-package-/app-/management/commands/squashmigrations19.py./manage.py squashmigrations19 -your-app- 0002 0003