Added ImageField Support

Thanks to @wpjunior for the patch
Closes [#298]
This commit is contained in:
Ross Lawley
2011-10-27 00:58:47 -07:00
parent 165cdc8840
commit 56d1139d71
6 changed files with 269 additions and 23 deletions

View File

@@ -47,5 +47,5 @@ setup(name='mongoengine',
classifiers=CLASSIFIERS,
install_requires=['pymongo'],
test_suite='tests',
tests_require=['blinker', 'django>=1.3']
tests_require=['blinker', 'django>=1.3', 'PIL']
)