feat: add project section (#424)

* refactor: apply future style type hints

* chore: use project section

* ci: upgrade to poetry v2

* ci: explicit declare python version for poetry

* fix error for generate index name

* fix _generate_fk_name

* ci: verify aiomysql support

* tests: poetry add

* Add patch to fix tortoise 0.24.1

* docs: update changelog
This commit is contained in:
Waket Zheng
2025-02-26 14:24:02 +08:00
committed by GitHub
parent 91adf9334e
commit 0364ae3f83
9 changed files with 442 additions and 101 deletions

View File

@@ -8,6 +8,7 @@
- feat: support command `python -m aerich`. ([#417])
- feat: add --fake to upgrade/downgrade. ([#398])
- Support ignore table by settings `managed=False` in `Meta` class. ([#397])
- Support run `poetry add aerich` in project that inited by poetry v2. ([#424])
#### Fixed
- fix: aerich migrate raises tortoise.exceptions.FieldError when `index.INDEX_TYPE` is not empty. ([#415])
@@ -25,6 +26,7 @@
[#412]: https://github.com/tortoise/aerich/pull/412
[#415]: https://github.com/tortoise/aerich/pull/415
[#417]: https://github.com/tortoise/aerich/pull/417
[#424]: https://github.com/tortoise/aerich/pull/424
### [0.8.1](../../releases/tag/v0.8.1) - 2024-12-27