exec_js functions now acknowledge Q objects

This commit is contained in:
Harry Marr
2010-01-23 03:05:27 +00:00
parent 21b7d8f8ea
commit 470e08f616
5 changed files with 66 additions and 14 deletions

View File

@@ -240,7 +240,7 @@ class DocumentTest(unittest.TestCase):
info = BlogPost.objects._collection.index_information()
# _id, types, '-date', 'tags', ('cat', 'date')
self.assertEqual(len(info), 5)
self.assertEqual(len(info), 5)
# Indexes are lazy so use list() to perform query
list(BlogPost.objects)