mongoengine/docs
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
..
_themes/nature Added API Reference to docs 2009-12-19 16:04:05 +00:00
code Added docs directory, started tutorial 2009-11-22 23:26:21 +00:00
guide Fixes to signals 2011-06-14 16:56:04 +01:00
apireference.rst Added ComplexDateTimeField 2011-06-09 14:20:21 +01:00
changelog.rst Added 'hint' support, telling Mongo the proper index to use for the query. 2011-06-17 12:43:28 +01:00
conf.py merged conflicts 2010-03-09 15:19:14 -06:00
django.rst Updated django docs refs #186 2011-06-07 15:14:41 +01:00
index.rst Updated docs for v0.4 2010-10-17 15:40:49 +01:00
Makefile Added API Reference to docs 2009-12-19 16:04:05 +00:00
tutorial.rst Updated docs regarding ReferenceFields 2011-05-25 12:01:41 +01:00