eyllanesc-JE
eyllanesc-JE
Checking I found that the problem has its root in the following code: ```python def get_annotations(cls: "Type[Model]", method: Optional[Callable] = None) -> Dict[str, Any]: """ Get all annotations including base...
@markus-96 Thanks for the comments. I realized that I have not focused my problem correctly. It is not so much the `ForeignKeyField `but the [`ForwardRef`](https://docs.python.org/3/library/typing.html#typing.ForwardRef) that is not handled correctly...
@henadzit No, I get the same error.
@henadzit > @eyllanesc-JE, could you please explain why setting `localns` won't cause the same issue as in #1552 when `globalns` was set? By default if the global namespace is not...