From bb56f92213cdb784ccc5afc859aeca65d13705af Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Fri, 29 Nov 2013 12:07:33 +0000 Subject: [PATCH] Updated changelog and AUTHORS (#499) --- AUTHORS | 1 + docs/changelog.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index f9be6765..0d64a565 100644 --- a/AUTHORS +++ b/AUTHORS @@ -185,3 +185,4 @@ that much better: * Aniket Deshpande (https://github.com/anicake) * rfkrocktk (https://github.com/rfkrocktk) * Gustavo Andrés Angulo (https://github.com/woakas) + * Dmytro Popovych (https://github.com/drudim) diff --git a/docs/changelog.rst b/docs/changelog.rst index 596b71b0..76157220 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,7 @@ Changelog Changes in 0.8.5 ================ +- Fixed GenericReferenceField serialization order (#499) - Fixed count and none bug (#498) - Fixed bug with .only() and DictField with digit keys (#496) - Added user_permissions to Django User object (#491, #492)