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:
parent
fb09fde209
commit
fd7f882011
5 changed files with 104 additions and 6 deletions
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue