v0.14.0
版本发布时间: 2017-05-08 12:15:37
MongoEngine/mongoengine最新发布版本:v0.29.1(2024-09-19 16:33:36)
This release includes a few bug fixes and a significant code cleanup in an ongoing effort to make this codebase much healthier. Primary changes:
- BREAKING CHANGE: Removed the
coerce_types
param fromQuerySet.as_pymongo
#1549 - POTENTIAL BREAKING CHANGE: Made EmbeddedDocument not hashable by default #1528
- Improved code quality #1531, #1540, #1541, #1547