MongoEngine / marshmallow-mongoengine

Mongoengine integration with marshmallow
MIT License
78 stars 34 forks source link

Add support for DateField #16

Closed sponsfreixes closed 2 years ago

sponsfreixes commented 2 years ago

This commits adds support for the Mongo Engine DateField field, introduced on version 0.16.0. It maps to the Marshmallow Date field.