mongoengine/tests
Ross Lawley 5e7efcc8c2 Added 'hint' support, telling Mongo the proper index to use for the query.
Judicious use of hints can greatly improve query performance. When doing a query
on multiple fields (at least one of which is indexed) pass the indexed field as
a hint to the query. Hinting will not do anything if the corresponding index
does not exist.  The last hint applied to this cursor takes precedence over all
others.

Closes #203
2011-06-17 12:43:28 +01:00
..
__init__.py Added changelog to docs, updated manifest 2010-01-04 16:10:42 +00:00
dereference.py Added delta tracking to documents. 2011-06-14 14:35:38 +01:00
django_tests.py Fixes for django Q query rendering bug 2011-06-16 15:00:10 +01:00
document.py Added 'hint' support, telling Mongo the proper index to use for the query. 2011-06-17 12:43:28 +01:00
fields.py Improved validation of (Generic)Reference fields 2011-06-16 15:25:09 +01:00
queryset.py Fixes to item_frequencies - now handles path lookups 2011-06-15 11:22:27 +01:00
signals.py Fixes to signals 2011-06-14 16:56:04 +01:00