mongoengine/tests
Dan Crosta 0847687fd1 don't create extra index on _types (fix #222)
mongodb will use an index that begins with _types to service queries
against _types, so the extra index is only needed if no other fields are
indexed in the document. to be safe, we explicitly check all indexes to
see if any begins with _types, and only then prevent creation of the
additional index on _types.
2011-07-11 10:15:55 -04:00
..
__init__.py Added changelog to docs, updated manifest 2010-01-04 16:10:42 +00:00
dereference.py Added select_related() and refactored dereferencing 2011-06-27 12:25:49 +01:00
django_tests.py Fixes for django Q query rendering bug 2011-06-16 15:00:10 +01:00
document.py don't create extra index on _types (fix #222) 2011-07-11 10:15:55 -04:00
fields.py Fixes conversion of null genericreferences in querysets 2011-07-11 09:19:27 +01:00
fixtures.py Added document mixin support 2011-06-20 09:44:53 +01:00
queryset.py Added support for the $ positional operator 2011-06-21 14:50:11 +01:00
signals.py Fixes to signals 2011-06-14 16:56:04 +01:00