- Add support for mongoengine.LazyReferenceField and mongoengine.GenericLazyReferenceField
- Correct error on release
- Add support for toastedmarshamallow BREAKING CHANGE: marshmallow is no more installed by default, should use
pip install marshmallow_mongoengine[marshmallow]orpip install marshmallow_mongoengine[toasted]depending of your favorite implementation.HISTORY.rstfile introduced