From ba220d58ca8f4a8f32452a69e1ac7b502bbb3162 Mon Sep 17 00:00:00 2001 From: Mikalai Radchuk Date: Wed, 8 Jun 2016 15:24:18 +0300 Subject: [PATCH] Release notes for #2691 --- CHANGELOG.txt | 1 + CONTRIBUTORS.rst | 3 ++- docs/releases/1.6.rst | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3c9a4d651..80c9ba2f0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -7,6 +7,7 @@ Changelog * Page slugs now allow unicode on Django >= 1.9 (Behzad Nategh) * Image upload form in image chooser now performs client side validation so that the selected file is not lost in the submission (Jack Paine) * oEmbed URL for audioBoom was updated (Janneke Janssen) + * Fix: Email templates and document uploader now support custom `STATICFILES_STORAGE` (Jonny Scholes) 1.5.2 (08.06.2016) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index bd6b66ab6..4c5b9f82e 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -1,5 +1,5 @@ Authors -================ +======= * Matthew Westcott (Torchbox) twitter: @gasmanic * David Cranwell (Torchbox) twitter: @davecranwell @@ -140,6 +140,7 @@ Contributors * Stephen Rice * Behzad Nategh * Yann Fouillat (Gagaro) +* Jonny Scholes Translators =========== diff --git a/docs/releases/1.6.rst b/docs/releases/1.6.rst index 077d76358..e04de7f28 100644 --- a/docs/releases/1.6.rst +++ b/docs/releases/1.6.rst @@ -22,6 +22,8 @@ Minor features Bug fixes ~~~~~~~~~ + * Email templates and document uploader now support custom `STATICFILES_STORAGE` (Jonny Scholes) + Upgrade considerations ======================