Version 1.0.0
Breaking Changes
-
Rename following
Migrator
methods (#83):before
toapply_initial_migration
after
toapply_tested_migration
-
Improves databases setup and teardown for migrations tests (#76)
CurrentlyMigrator.reset
usesmigrate
management command and all logic
related to migrations tests setup is moved to
Migrator.apply_tested_migration
.
Bugfixes
- Fixes
pre_migrate
andpost_migrate
signals muting (#87) - Adds missing
typing_extension
dependency (#86)