Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@skarzi skarzi released this 30 May 15:47
· 406 commits to master since this release
f6ec7ae

Breaking Changes

  • Rename following Migrator methods (#83):

    • before to apply_initial_migration
    • after to apply_tested_migration
  • Improves databases setup and teardown for migrations tests (#76)
    Currently Migrator.reset uses migrate management command and all logic
    related to migrations tests setup is moved to
    Migrator.apply_tested_migration.

Bugfixes

  • Fixes pre_migrate and post_migrate signals muting (#87)
  • Adds missing typing_extension dependency (#86)

Misc

  • Refactor tests (#79)
  • Return django installed from master branch to testing matrix (#77)