Closed lqmanh closed 3 years ago
Since Tortoise ORM v0.16.19, it is possible to use models directly as module objects, instead of their path strings (see https://github.com/tortoise/tortoise-orm/pull/561).
This PR tries to fix the conflict caused by that.
Ping @long2ice.
Thanks for that contribution!
Since Tortoise ORM v0.16.19, it is possible to use models directly as module objects, instead of their path strings (see https://github.com/tortoise/tortoise-orm/pull/561).
This PR tries to fix the conflict caused by that.