Using "id" in data not "_id" as its a mapping of fieldnames (#255)
This commit is contained in:
		| @@ -10,7 +10,7 @@ Changes in 0.7.10 | ||||
| - Added Django sessions TTL support (#224) | ||||
| - Fixed issue with numerical keys in MapField(EmbeddedDocumentField()) (#240) | ||||
| - Fixed clearing _changed_fields for complex nested embedded documents (#237, #239, #242) | ||||
| - Added "_id" to _data dictionary (#255) | ||||
| - Added "id" back to _data dictionary (#255) | ||||
| - Only mark a field as changed if the value has changed (#258) | ||||
| - Explicitly check for Document instances when dereferencing (#261) | ||||
| - Fixed order_by chaining issue (#265) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user