Save no longer tramples over documents now sets or unsets explicit fields.

Fixes #146, refs #18
Thanks @zhangcheng for the initial code
This commit is contained in:
Ross Lawley 2011-06-09 16:09:06 +01:00
commit fd7f882011
5 changed files with 104 additions and 6 deletions

View file

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