Updated docs regarding 3598fe0fb45d969ef936fedc33db4a63371266a8

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

@ -124,3 +124,4 @@ that much better:
* Stefan Wójcik
* dimonb
* Garry Polley
* James Slagle

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)