summaryrefslogtreecommitdiff
path: root/databases/py-tortoise-orm/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2021-01-24py-tortoise-orm: updated to 0.16.20adam1-1/+4
0.16.20 - Add model field validators. - Allow function results in group by.
2020-11-17py-tortoise-orm: updated to 0.16.18adam1-2/+4
0.16.18 Support custom function in update. Add Model.refresh_from_db. Add timezone support, be careful to upgrade to this version, see docs for details. Remove aerich in case of cyclic dependency.
2020-09-18py-tortoise-orm: updated to 0.16.15adam1-1/+4
0.16.15 Make DateField accept valid date str. Add QuerySet.select_for_update(). check default for not None on pydantic model creation propagate default to pydantic model Add QuerySet.select_related(). Add custom attribute name for Prefetch instruction. Add db_constraint for RelationalField family.
2020-07-27py-tortoise-orm: updated to 0.16.14adam1-1/+2
0.16.14 Make F expression work with QuerySet.filter(). Include py.typed in source distribution. Added datetime parsing from int for fields.DatetimeField. get_or_create passes the using_db= on if provided. Allow custom loop and connection_class parameters to be passed on to asyncpg.
2020-05-23py-tortoise-orm: added version 0.16.12adam1-0/+145
Tortoise ORM is an easy-to-use asyncio ORM (Object Relational Mapper) inspired by Django. Tortoise ORM was build with relations in mind and admiration for the excellent and popular Django ORM. It's engraved in it's design that you are working not with just tables, you work with relational data.