Results 2 comments of Antonio Marcos

I have the same problem, models in multiple files, and thanks to the information above I resolve the issue put `from __future__ import annotations`. With this, I could use `fields.ReverseRelation`....

@HlebKrah how do you circumvent this problem?