diff --git a/AUTHORS b/AUTHORS index 8933f4f0..c7d57d01 100644 --- a/AUTHORS +++ b/AUTHORS @@ -201,4 +201,5 @@ that much better: * Ronald van Rij (https://github.com/ronaldvanrij) * François Schmidts (https://github.com/jaesivsm) * Eric Plumb (https://github.com/professorplumb) - * Damien Churchill (https://github.com/damoxc) \ No newline at end of file + * Damien Churchill (https://github.com/damoxc) + * Aleksandr Sorokoumov (https://github.com/Gerrrr) \ No newline at end of file diff --git a/docs/changelog.rst b/docs/changelog.rst index 2440d115..0c9c4825 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,7 @@ Changelog Changes in 0.9.X - DEV ====================== +- Fixed nested reference field distinct error #583 - Fixed change tracking on nested MapFields #539 - 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