Skip to content

Version 0.2.0

Choose a tag to compare

@sobolevn sobolevn released this 25 Feb 14:50
· 529 commits to master since this release
a0323ac

Features

  • Adds autoname check to forbid *_auto_* named migrations
  • Adds [email protected] support
  • Adds python3.8 support

Bugfixes

  • Fixes that migtaions were failing with pre_migrate and post_migrate signals
  • Fixes that tests were failing when pytest --nomigration was executed,
    now they are skipped

Misc