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