Download Latest Version 1.1.7 source code.tar.gz (821.1 kB)
Email in envelope

Get an email when there's a new version of Tortoise ORM

Home / 1.1.6
Name Modified Size InfoDownloads / Week
Parent folder
1.1.6 source code.tar.gz 2026-03-05 808.3 kB
1.1.6 source code.zip 2026-03-05 1.0 MB
README.md 2026-03-05 1.0 kB
Totals: 3 Items   1.8 MB 0

Fixed

  • Migration generator now correctly orders AddIndex, RemoveIndex, AddConstraint, RemoveConstraint operations when adding/removing a field to a model that is used in an index or constraint. (#2118)
  • CreateModel migrations now include DEFAULT clauses for fields with db_default set. Previously only AddField emitted defaults correctly. (#2129)
  • AlterField migrations now detect max_length changes (e.g. VARCHAR(32)VARCHAR(64)) and emit the correct ALTER statements across all backends. (#2128)
  • backward_relations=False in PydanticMeta now only excludes unannotated backward relations — fields explicitly annotated with ReverseRelation in the model class body are preserved. (#2125)
  • MySQL session time_zone now uses the configured timezone instead of always defaulting to +0:00 when use_tz=True. (#2127)
  • Plus sign (+) in database URL passwords is no longer incorrectly decoded as a space. (#2123)
Source: README.md, updated 2026-03-05