Description
There are dozens of small migrations under involvement that could easily be combined into a single migration.
Steps to Reproduce
- be in involvement path
- manage.py squashmigrations app_label [start_migration_name] migration_name
- delete the now obsolete migration files
- check dependencies and make sure they now refer to the squashed file
- if dependencies are all OK: remove the replaces attribute in the Migration class
Description
There are dozens of small migrations under involvement that could easily be combined into a single migration.
Steps to Reproduce