Pedro Bernardes
Results
3
comments of
Pedro Bernardes
Hi, I didn't had the time this last week. I'll work on it this week.
> released Thank you!
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 =...