Updated documents with embedded documents can be created in a single operation (MongoEngine/mongoengine#6)

This commit is contained in:
Ross Lawley
2012-11-08 14:46:56 +00:00
parent b8d53a6f0d
commit 363e50abbe
4 changed files with 56 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8
==============
- 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)
- Updated index creation now tied to Document class (MongoEngine/mongoengine#102)