Queries may now use multiple operators on fields

This commit is contained in:
Harry Marr
2009-11-23 18:16:41 +00:00
parent d46191159e
commit 1529fd901d
3 changed files with 11 additions and 1 deletions

View File

@@ -246,6 +246,8 @@ class DocumentTest(unittest.TestCase):
content = StringField()
author = ReferenceField(self.Person)
BlogPost.drop_collection()
author = self.Person(name='Test User')
author.save()