Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 622 Bytes

File metadata and controls

19 lines (16 loc) · 622 Bytes

History

0.10.0 (2017-11-06)

  • Add support for mongoengine.LazyReferenceField and mongoengine.GenericLazyReferenceField

0.9.1 (2017-10-25)

  • Correct error on release

0.9.0 (2017-10-25)

  • Add support for toastedmarshamallow BREAKING CHANGE: marshmallow is no more installed by default, should use pip install marshmallow_mongoengine[marshmallow] or pip install marshmallow_mongoengine[toasted] depending of your favorite implementation.
  • HISTORY.rst file introduced