eyllanesc-JE

Results 2 issues of eyllanesc-JE

## Description ## Motivation and Context Fixed #1841 ## How Has This Been Tested? ## Checklist: - [x] My code follows the code style of this project. - [ ]...

**Describe the bug** If I use [ `Forward references`](https://peps.python.org/pep-0484/#forward-references) in the same file as I use `ReverseRelation` this does not generate problems. ```python import json from tortoise.contrib.pydantic import pydantic_model_creator from...