Results 3 comments of Pedro Bernardes

Edit: by explicitly declaring the `version` attribute, I get the object. Shouldn't `models.ForeignKey` be supported without explicit declaration of the field? ```python class ExampleSchema(ModelSchema): version: str class Config: model =...