rubbish
rubbish
djangorestframework 3.6.3 djangorestframework-jwt 1.11.0 this is a bug???
> https://github.com/tortoise/tortoise-orm/blob/develop/examples/pydantic/recursive.py Not working.
> > https://github.com/tortoise/tortoise-orm/blob/develop/examples/pydantic/recursive.py > > Not working. 下面的代码可以查询出关联的blogs数据。 `from fastapi import FastAPI from tortoise.contrib.fastapi import register_tortoise from tortoise import fields, models from tortoise.fields.base import CASCADE from tortoise.query_utils import Prefetch from...