Updated docs regarding 3598fe0fb4

Fixed db_alias and inherited Documents (MongoEngine/mongoengine#143)
This commit is contained in:
Ross Lawley
2012-11-27 14:04:57 +00:00
parent 3598fe0fb4
commit 219b28c97b
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8
==============
- Fixed db_alias and inherited Documents (MongoEngine/mongoengine#143)
- Documentation update for document errors (MongoEngine/mongoengine#124)
- Deprecated `get_or_create` (MongoEngine/mongoengine#35)
- Updated inheritable objects created by upsert now contain _cls (MongoEngine/mongoengine#118)