From 4d7492f6826a935813a4cc366af23079cb18e0ab Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Fri, 27 Jun 2014 12:10:17 +0100 Subject: [PATCH] Changelog & Author updates #425 #507 --- AUTHORS | 1 + docs/changelog.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index c6c47d79..378f2234 100644 --- a/AUTHORS +++ b/AUTHORS @@ -200,3 +200,4 @@ that much better: * Andrei Zbikowski (https://github.com/b1naryth1ef) * Ronald van Rij (https://github.com/ronaldvanrij) * François Schmidts (https://github.com/jaesivsm) + * Eric Plumb (https://github.com/professorplumb) diff --git a/docs/changelog.rst b/docs/changelog.rst index c4f9ec23..27bcd46f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,7 @@ Changelog Changes in 0.9.X - DEV ====================== +- Dynamic fields in embedded documents now visible to queryset.only() / qs.exclude() #425 #507 - Add authentication_source option to register_connection #178 #464 #573 #580 #590 - Implemented equality between Documents and DBRefs #597 - Fixed ReferenceField inside nested ListFields dereferencing problem #368