fix-#744: Querying by a field defined in a subclass raises InvalidQueryError

This commit is contained in:
DavidBord
2014-11-06 00:15:23 +02:00
parent 28d62009a7
commit c5f23ad93d
3 changed files with 31 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ Changelog
Changes in 0.9.X - DEV
======================
- Querying by a field defined in a subclass raises InvalidQueryError #744
- Add Support For MongoDB 2.6.X's maxTimeMS #778
- abstract shouldn't be inherited in EmbeddedDocument # 789
- Allow specifying the '_cls' as a field for indexes #397