Skip to content

Commit b90f061

Browse files
author
adam
committed
py-tortoise-orm: updated to 1.1.6
1.1.6 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. CreateModel migrations now include DEFAULT clauses for fields with db_default set. Previously only AddField emitted defaults correctly. AlterField migrations now detect max_length changes (e.g. VARCHAR(32) → VARCHAR(64)) and emit the correct ALTER statements across all backends. backward_relations=False in PydanticMeta now only excludes unannotated backward relations — fields explicitly annotated with ReverseRelation in the model class body are preserved. MySQL session time_zone now uses the configured timezone instead of always defaulting to +0:00 when use_tz=True. Plus sign (+) in database URL passwords is no longer incorrectly decoded as a space.
1 parent c93c4c5 commit b90f061

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

databases/py-tortoise-orm/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.46 2026/02/23 10:10:38 adam Exp $
1+
# $NetBSD: Makefile,v 1.47 2026/03/06 06:23:42 adam Exp $
22

3-
DISTNAME= tortoise_orm-1.1.5
3+
DISTNAME= tortoise_orm-1.1.6
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
55
CATEGORIES= databases python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tortoise-orm/}

databases/py-tortoise-orm/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.37 2026/02/23 10:10:38 adam Exp $
1+
$NetBSD: distinfo,v 1.38 2026/03/06 06:23:42 adam Exp $
22

3-
BLAKE2s (tortoise_orm-1.1.5.tar.gz) = ef8cce3fde4e1ec4e06d502d6bcf9d9dd584fcd2268164a16ef400f64487842c
4-
SHA512 (tortoise_orm-1.1.5.tar.gz) = bd0335fb23ebd68ff7f2699db4d6f9a49922a76ed1e9ceef13dbac0076ef32dc351a838c10ec83641dab1f0ba00486deee9044312c8d5e804e6b49e3b075fc55
5-
Size (tortoise_orm-1.1.5.tar.gz) = 375804 bytes
3+
BLAKE2s (tortoise_orm-1.1.6.tar.gz) = 90b4bf581d57ee8095d6b503eb70c1085d1bc7f7a889821faafb6bee29f4113d
4+
SHA512 (tortoise_orm-1.1.6.tar.gz) = 6149475ded6ab1b064639f7ea0fa9ceebe0dec51495e356f936fdbc152db7569f5187d348cc9406ee4438a800d8af0a34886b4529c7468d8c7c42ef729da7ca4
5+
Size (tortoise_orm-1.1.6.tar.gz) = 377565 bytes

0 commit comments

Comments
 (0)