From d13552208717c8a573be0818a05e0c1d9ec5e5a6 Mon Sep 17 00:00:00 2001 From: David Bordeynik Date: Mon, 23 Mar 2015 15:46:12 +0200 Subject: [PATCH] Adding #714 to changelog and AUTHORS --- AUTHORS | 1 + docs/changelog.rst | 1 + 2 files changed, 2 insertions(+) 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