Recursively create mongo query for embeddeddocument elemMatch

This commit is contained in:
reallistic
2015-09-24 16:31:38 -07:00
parent 79a2d715b0
commit 159b082828
3 changed files with 23 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ Changes in 0.10.1 - DEV
- 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
Changes in 0.10.0
=================