You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bug in tortoise.models.Model When a QuerySet uses the only function and then uses the print function to print the returned result, an AttributeError is generated (#1724)
Update the pylint plugin to latest astroid version (#1708)
Added
Add POSIX Regex support for PostgreSQL and MySQL (#1714)
support app=None for tortoise.contrib.fastapi.RegisterTortoise (#1733)