Tortoise ORM v0.17.1 Release Notes

    • ๐Ÿ›  Fix type for modules.
    • ๐Ÿ›  Fix select_related when related model specified more than once. (#679)
    • Add __iter__ to model, now can just return model/models in fastapi response.
    • ๐Ÿ›  Fix in_transaction bug caused by 'router'. (#677) (#678)