Updated inheritable objects created by upsert now contain _cls (MongoEngine/mongoengine#118)

This commit is contained in:
Ross Lawley
2012-11-08 16:35:20 +00:00
parent 363e50abbe
commit f265915aa2
3 changed files with 30 additions and 2 deletions

View File

@@ -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)