fix-#1187: count on ListField of EmbeddedDocumentField fails

This commit is contained in:
David Bordeynik
2015-12-15 22:26:30 +02:00
parent 0372e07eb0
commit 35d3d3de72
3 changed files with 12 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ Changes in 0.10.6 - Dev
- 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
=================