From 1a131ff1207cc116e5b90bcf3f70268dd6f0061f Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Wed, 19 Dec 2012 12:16:12 +0000 Subject: [PATCH] Only allow QNode instances to be passed as query objects (MongoEngine/mongoengine#199) --- AUTHORS | 1 + docs/changelog.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index 23afe6f6..2519c89d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -129,3 +129,4 @@ that much better: * Peter Teichman * Jakub Kot * Jorge Bastida + * Stefan Wójcik \ No newline at end of file diff --git a/docs/changelog.rst b/docs/changelog.rst index 109940ea..845f3a9e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -19,6 +19,7 @@ Changes in 0.8 - Added _instance to EmbeddedDocuments pointing to the parent (MongoEngine/mongoengine#139) - Inheritance is off by default (MongoEngine/mongoengine#122) - 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 ================