From 219b28c97b846b90e0d755558be526bb51773a92 Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Tue, 27 Nov 2012 14:04:57 +0000 Subject: [PATCH] Updated docs regarding 3598fe0fb45d969ef936fedc33db4a63371266a8 Fixed db_alias and inherited Documents (MongoEngine/mongoengine#143) --- AUTHORS | 1 + docs/changelog.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index 6ba2f88d..5801981a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -124,3 +124,4 @@ that much better: * Stefan Wójcik * dimonb * Garry Polley + * James Slagle diff --git a/docs/changelog.rst b/docs/changelog.rst index 756b1cd6..a56f33ac 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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)