Tortoise ORM v0.19.3 Release Notes
-
โ Added ^
- โ Added config_class option to pydantic model genator that allows the developer to customize the generated pydantic model's
Config
class. (#1048) ๐ Fixed ^ - โ Fastapi example test not working. (#1029)
- ๐ Fix create index sql error. (#1202)
- ๐ Fix dependencies resolve error. (#1246)
- ๐ Fix ignoring zero value of limit. (#1270)
- ๐ Fix ForeignKeyField is none when fk is integer 0. (#1274)
- ๐ Fix limit ignore zero. (#1270)
- ๐ Fix min/max value validators for decimal fields. (#1291)
- โ Added config_class option to pydantic model genator that allows the developer to customize the generated pydantic model's