Fixed indexing on _id for covered indexes

fixes #4
This commit is contained in:
Ross Lawley
2012-05-01 11:27:37 +01:00
parent f80f0b416f
commit ca8b58d66d
4 changed files with 82 additions and 59 deletions

View File

@@ -48,6 +48,6 @@ setup(name='mongoengine',
platforms=['any'],
classifiers=CLASSIFIERS,
install_requires=['pymongo'],
test_suite='tests',
test_suite='tests.bugfix',
tests_require=['blinker', 'django>=1.3', 'PIL']
)