Merge pull request #1188 from DavidBord/fix-1187

fix-#1187: count on ListField of EmbeddedDocumentField fails
This commit is contained in:
Omer Katz
2016-03-10 12:18:20 +02:00
3 changed files with 12 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ Changes in 0.10.6
- Add support for mocking MongoEngine based on mongomock. #1151
- Fixed not being able to run tests on Windows. #1153
- Allow creation of sparse compound indexes. #1114
- count on ListField of EmbeddedDocumentField fails. #1187
Changes in 0.10.5
=================