Tortoise-orm

Latest version: v0.20.1

Safety actively analyzes 628903 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 23

0.15.13

Not secure
-------
- Applies default ordering on related queries
- Fix post-ManyToMany related queries not being evaluated correctly
- Ordering is now preserved on ManyToMany related fetches
- Fix aggregate function on joined table to use correct primary key
- Fix filtering by backwards FK to use correct primary key

0.15.12

Not secure
-------
- Added ``range`` filter to support ``between and`` syntax

0.15.11

Not secure
-------
- Added ``ordering`` option for model ``Meta`` class to apply default ordering

0.15.10

Not secure
-------
- Bumped requirements to cater for newer feature use (282)

0.15.9

Not secure
------
- Alias Foreign Key joins as we can have both self-referencing and duplicate joins to the same table.
This generates SQL that differentiates between which instance of the table to work with.

0.15.8

Not secure
------
- ``TextField`` now recommends usage of ``CharField`` if wanting unique indexing instead of just saying "indexing not supported"
- ``.count()`` now honours offset and limit
- Testing un-awaited ``ForeignKeyField`` as a boolean expression will automatically resolve as ``False`` if it is None
- Awaiting a nullable ``ForeignKeyField`` won't touch the DB if it is ``None``

Page 10 of 23

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.