Merge branch 'master' into 0.8

Conflicts:
	mongoengine/base.py
	tests/test_document.py
This commit is contained in:
Ross Lawley 2013-04-17 15:09:03 +00:00
commit 539f01d08e

View File

@ -57,7 +57,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)