Added django_tests and regression test for order_by

Refs #190
This commit is contained in:
Ross Lawley
2011-06-09 12:08:37 +01:00
parent a66417e9d0
commit 199b4eb860
2 changed files with 45 additions and 1 deletions

View File

@@ -45,6 +45,6 @@ setup(name='mongoengine',
long_description=LONG_DESCRIPTION,
platforms=['any'],
classifiers=CLASSIFIERS,
install_requires=['pymongo', 'blinker'],
install_requires=['pymongo', 'blinker', 'django>=1.3'],
test_suite='tests',
)