From bf4ea3766aee195e17c39377102ea2ce61b07f10 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 21 Aug 2018 15:09:28 +0100 Subject: [PATCH] Release note for #4739 in 2.3 --- CHANGELOG.txt | 1 + docs/releases/2.3.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index cbed23e9d2..d0988bc96b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -11,6 +11,7 @@ Changelog * Fix: Respect next param on login (Loic Teixeira) * Fix: InlinePanel now handles relations that specify a related_query_name (Aram Dulyan) * Fix: before_delete_page / after_delete_page hooks now run within the same database transaction as the page deletion (Tomasz Knapik) + * Fix: Seek to the beginning of image files when uploading, to restore compatibility with django-storages Google Cloud and Azure backends (Mikalai Radchuk) 2.2.1 (13.08.2018) diff --git a/docs/releases/2.3.rst b/docs/releases/2.3.rst index 1ffb57b8a4..116efd3fda 100644 --- a/docs/releases/2.3.rst +++ b/docs/releases/2.3.rst @@ -33,6 +33,7 @@ Bug fixes * Respect next param on login (Loic Teixeira) * InlinePanel now handles relations that specify a related_query_name (Aram Dulyan) * before_delete_page / after_delete_page hooks now run within the same database transaction as the page deletion (Tomasz Knapik) + * Seek to the beginning of image files when uploading, to restore compatibility with django-storages Google Cloud and Azure backends (Mikalai Radchuk) Upgrade considerations