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)