Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@waketzheng waketzheng released this 14 May 05:17
· 5 commits to dev since this release
07ce57e

Added

  • Support --no-input for aerich migrate. (#450)

Changed

  • Drop support for Python3.8. (#446)
  • Ask confirm before delete same version migration file. (#451)

Fixed

  • fix: m2m migrate raises TypeError. (#448)
  • fix: aerich init-db process is suspended. (#435)
  • fix: migration will incorrectly remove constraints with index deletions. (#450)
  • fix: aerich migrate crashes without init-db & aerich init-db should create folder after validating app. (#443)