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)