Gordon Gibson
Results
1
issues of
Gordon Gibson
The mongoengine validation of BinaryField makes it [clear](https://github.com/MongoEngine/mongoengine/blob/9490ad2bf79ae2d38c1f9df4a662ffe840dc80de/mongoengine/fields.py#L1621) that a valid field should either be of type `six.binary_type` or `bson.Binary`. However, the marshmallow-mongoengine conversion pushes mongoengine BinaryField data into the...