tortoise
tortoise-orm
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Bump version: 1.1.7 → 1.1.8
waketzheng:release-1.1.8
15 hours ago
feat: q to bool (add edge case tests, update changelog)
VladislavYar:q-to-bool
2 days ago
Add changelog entry for #2238
gaoflow:fix-geometryfield-field-type
3 days ago
Fix filtering by FK instance to use to_field instead of pk
AnayGarodia:fix-fk-to-field-filter
3 days ago
Fix close_all loop-switch connection leak
deeprave:fix-close-all-current-context-storage
3 days ago
Render enum fields as concrete Field instances in migrations The migration writer rendered IntEnumField/CharEnumField using their public factory-function names. Those factories are typed to return the enum type (so model attributes resolve to the enum), not a Field, so the generated migration failed mypy with 'incompatible type "tuple[str, ...]"' in CreateModel and 'incompatible type' in AddField. Emit the concrete IntEnumFieldInstance/CharEnumFieldInstance classes instead; these are real Field subclasses, so the generated code type-checks while producing an identical field at runtime. Export the instance classes from tortoise.fields so the 'from tortoise import fields' alias resolves them. Fixes #2155.
apoorvdarshan:fix-2155-enum-field-migration-mypy
3 days ago
Inherit Meta.ordering from abstract base models When a model defined its own ``Meta`` (e.g. to set ``table``) but did not set ``ordering``, the ordering declared on an abstract base model's ``Meta`` was lost, because ``ModelMeta.__new__`` reads ``Meta`` only from the class's own attributes. As a result queries on the subclass came back unordered. If the subclass's own ``Meta`` does not define ``ordering``, inherit the default ordering from the first base model that has one. A subclass that defines its own ``ordering`` (including an explicitly empty one) is unaffected. Closes #2046
uttam12331:fix/inherit-abstract-meta-ordering-2046
8 days ago
refactor(executor): reduce statements in migrate method
eujuliomorais:refactor/too-many-statements
8 days ago
Latest Branches
CodSpeed Performance Gauge
0%
Release 1.1.8
#2245
17 hours ago
7dbc65f
waketzheng:release-1.1.8
CodSpeed Performance Gauge
0%
feat: q to bool
#2227
2 days ago
7659e33
VladislavYar:q-to-bool
CodSpeed Performance Gauge
0%
Fix GeometryField value conversion crashing on non-None values
#2238
7 days ago
6d66217
gaoflow:fix-geometryfield-field-type
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs