Fixes .save _delta issue with DBRefs

Fixes hmarr/mongoengine#518
This commit is contained in:
Ross Lawley
2012-06-19 09:49:22 +01:00
parent 89220c142b
commit 7ca2ea0766
4 changed files with 14 additions and 7 deletions

View File

@@ -4,9 +4,10 @@ test = nosetests
[nosetests]
verbosity = 2
detailed-errors = 1
with-coverage = 1
#cover-html = 1
#cover-html-dir = ../htmlcov
#with-coverage = 1
cover-html = 1
cover-html-dir = ../htmlcov
cover-package = mongoengine
cover-erase = 1
where = tests
#tests = test_bugfix.py