| Name | Modified | Size | Downloads / 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
--offlinefor aerich migrate. (#441) - Add
RUN_IN_TRANSACTIONattr to migration files (#470) - feat: support class var config (#474)
- feat: auto add aerich.models (#476)
- feat: add
load_tortoise_configfunction (#489)
Changed
- refactor: use dataclass instead of pydantic for inspectdb (#466)
- refactor: use
ctx.with_async_resourceinstead of magic patchContext.__aexit__(#488) - feat: migrate from poetry to uv (#481)
- refactor: simplify
run_async(#493) - refactor: use
anyioinstead 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)