Updated inheritable objects created by upsert now contain _cls (MongoEngine/mongoengine#118)
This commit is contained in:
parent
363e50abbe
commit
f265915aa2
3 changed files with 30 additions and 2 deletions
|
|
@ -4,6 +4,7 @@ Changelog
|
|||
|
||||
Changes in 0.8
|
||||
==============
|
||||
- Updated inheritable objects created by upsert now contain _cls (MongoEngine/mongoengine#118)
|
||||
- Added support for creating documents with embedded documents in a single operation (MongoEngine/mongoengine#6)
|
||||
- Added to_json and from_json to Document (MongoEngine/mongoengine#1)
|
||||
- Added to_json and from_json to QuerySet (MongoEngine/mongoengine#131)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue