diff --git a/AUTHORS b/AUTHORS index 0ed0e0b5..446a3473 100644 --- a/AUTHORS +++ b/AUTHORS @@ -217,3 +217,4 @@ that much better: * Diego Berrocal (https://github.com/cestdiego) * Matthew Ellison (https://github.com/seglberg) * Jimmy Shen (https://github.com/jimmyshen) + * J. Fernando Sánchez (https://github.com/balkian) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9aa6aa3a..59398339 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,7 @@ Changelog Changes in 0.9.X - DEV ====================== +- Update FileField when creating a new file #714 - Added `EmbeddedDocumentListField` for Lists of Embedded Documents. #826 - ComplexDateTimeField should fall back to None when null=True #864 - Request Support for $min, $max Field update operators #863