Fixed issue with numerical keys in MapField(EmbeddedDocumentField()) (#240)
This commit is contained in:
parent
4db339c5f4
commit
6fe074fb13
2 changed files with 3 additions and 1 deletions
3
AUTHORS
3
AUTHORS
|
|
@ -134,4 +134,5 @@ that much better:
|
|||
* Russ Weeks
|
||||
* Paul Swartz
|
||||
* Sundar Raman
|
||||
* Benoit Louy
|
||||
* Benoit Louy
|
||||
* lraucy
|
||||
|
|
@ -4,6 +4,7 @@ Changelog
|
|||
|
||||
Changes in 0.7.10
|
||||
=================
|
||||
- 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)
|
||||
- Only mark a field as changed if the value has changed (#258)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue