Download Latest Version v0.10.0 source code.zip (252.2 kB)
Email in envelope

Get an email when there's a new version of Aerich

Home / v0.9.2
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-10-10 2.4 kB
v0.9.2 source code.tar.gz 2025-10-10 174.0 kB
v0.9.2 source code.zip 2025-10-10 223.3 kB
Totals: 3 Items   399.7 kB 0

⚠️ Note: After upgrade to this release, projects with previous migration files generated by 'aerich<=0.9.1', must run the following command to fill 'MODELS_STATE' into the migration files.

aerich fix-migrations

Added

  • Support --offline for aerich migrate. (#441)
  • Add RUN_IN_TRANSACTION attr to migration files (#470)
  • feat: support class var config (#474)
  • feat: auto add aerich.models (#476)
  • feat: add load_tortoise_config function (#489)

Changed

  • refactor: use dataclass instead of pydantic for inspectdb (#466)
  • refactor: use ctx.with_async_resource instead of magic patch Context.__aexit__ (#488)
  • feat: migrate from poetry to uv (#481)
  • refactor: simplify run_async (#493)
  • refactor: use anyio instead of pytest-asyncio for async test (#494)

Fixed

  • fix: pgvector data types cause errors (#468)
  • fix: postgres does not drop unique constraint when migrating (#484)
  • fix: rescursive m2m generating migration error (#478)
  • fix: postgres m2m set comment before table created (#482)
  • fix: refactor module importing to work with byte compiled migrations (#458)
  • fix: migration leads to constraint key error (#491)
  • fix: m2m table not removed when dropping model (#486)
  • fix: mysql alter column unique to indexed dropping error index name (#473)
Source: README.md, updated 2025-10-10