Releases: MongoEngine/mongoengine
Releases · MongoEngine/mongoengine
v0.10.5
v0.10.4
v0.10.3 (Unreleased due to an error)
- Fix
read_preference
(it had chaining issues with PyMongo 2.x and it didn't work at all with PyMongo 3.x) #1042
The version tuple was not bumped by mistake so this version doesn't exist on PyPi. Changes are included in 0.10.4.
v0.10.2 (Unreleased due to an error)
v0.10.1
- Fix infinite recursion with CASCADE delete rules under specific conditions. #1046
- Fix CachedReferenceField bug when loading cached docs as DBRef but failing to save them. #1047
- Fix ignored chained options #842
- Document save's save_condition error raises
SaveConditionError
exception #1070 - Fix Document.reload for DynamicDocument. #1050
- StrictDict & SemiStrictDict are shadowed at init time. #1105
- Remove test dependencies (nose and rednose) from install dependencies list. #1079
- Recursively build query when using elemMatch operator. #1130
- Fix instance back references for lists of embedded documents. #1131