marshmallow-mongoengine
marshmallow-mongoengine copied to clipboard
add enum field support
Marshmallow has added native support for Enums which makes the conversion from me.EnumField
to ma.Enum
very straightforward. See https://marshmallow.readthedocs.io/en/stable/marshmallow.fields.html#marshmallow.fields.Enum.
Addresses issue #20
@galacticglum this is looking great, thanks for the PR! Could you please add a new test for it on test_fields.py
?