Fix for #1176 -- similar to https://github.com/MongoEngine/mongoengine/pull/982 but for update.
				
					
				
			This commit is contained in:
		| @@ -16,6 +16,7 @@ Changes in 0.10.7 - DEV | ||||
| - Fixed AttributeError when initializing EmbeddedDocument with positional args. #681 | ||||
| - Fixed no_cursor_timeout error with pymongo 3.0+ #1304 | ||||
| - Replaced map-reduce based QuerySet.sum/average with aggregation-based implementations #1336 | ||||
| - Fixed support for `__` to escape field names that match operators names in `update` #1351 | ||||
|  | ||||
| Changes in 0.10.6 | ||||
| ================= | ||||
|   | ||||
		Reference in New Issue
	
	Block a user