marshmallow-mongoengine icon indicating copy to clipboard operation
marshmallow-mongoengine copied to clipboard

Schema load and schema dump problems

Open AndreMPCosta opened this issue 5 years ago • 0 comments

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.

AndreMPCosta avatar Nov 23 '19 16:11 AndreMPCosta