Using "id" in data not "_id" as its a mapping of fieldnames (#255)
This commit is contained in:
parent
b4d87d9128
commit
dcf3c86dce
3 changed files with 16 additions and 15 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue