Only allow QNode instances to be passed as query objects (MongoEngine/mongoengine#199)

This commit is contained in:
Ross Lawley 2012-12-19 12:16:12 +00:00
parent accdd82970
commit 1a131ff120
2 changed files with 2 additions and 0 deletions

View File

@ -129,3 +129,4 @@ that much better:
* Peter Teichman * Peter Teichman
* Jakub Kot * Jakub Kot
* Jorge Bastida * Jorge Bastida
* Stefan Wójcik

View File

@ -19,6 +19,7 @@ Changes in 0.8
- Added _instance to EmbeddedDocuments pointing to the parent (MongoEngine/mongoengine#139) - Added _instance to EmbeddedDocuments pointing to the parent (MongoEngine/mongoengine#139)
- Inheritance is off by default (MongoEngine/mongoengine#122) - Inheritance is off by default (MongoEngine/mongoengine#122)
- Remove _types and just use _cls for inheritance (MongoEngine/mongoengine#148) - Remove _types and just use _cls for inheritance (MongoEngine/mongoengine#148)
- Only allow QNode instances to be passed as query objects (MongoEngine/mongoengine#199)
Changes in 0.7.9 Changes in 0.7.9
================ ================