Harry Marr is announcing that MongoEngine with version number 0.10.0 is already available to download.
What is MongoEngine ?
MongoEngine is A Document-Object Mapper for working with MongoDB from Python code .
A Document-Object Mapper is like ORM, but for document databases. It uses a simple declarative API, similar to the Django ORM.
This is changelog for MongoEngine version 0.10.0 :
- Django support was removed and will be available as a separate extension.
- Allow to load undeclared field with meta attribute ‘strict’: False.
- Support for PyMongo 3+.
- Removed get_or_create() deprecated since 0.8.0.
You can read the complete changelog and also download this latest version on their homepage:
mongoengine.org