marshmallow-mongoengine
marshmallow-mongoengine copied to clipboard
Schema load and schema dump problems
When trying to use one of these two, for load I get:
_make_object() got an unexpected keyword argument 'many'
For dump:
_remove_skip_values() got an unexpected keyword argument 'many'
Seems like the kwarg many is not handled properly.