There is a need in Related from marshmallow_peewee for proper serialization of models with relations. Currently, I have to import it like it in my colibris app:
from marshmallow_peewee import Related
I'd prefere importing it from colibris:
from colibris.schemas import Related
There is a need in
Relatedfrommarshmallow_peeweefor proper serialization of models with relations. Currently, I have to import it like it in mycolibrisapp:from marshmallow_peewee import RelatedI'd prefere importing it from
colibris:from colibris.schemas import Related