From 5d4c42060ee265ebf9f69c56cff896644a502ad4 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 23 Jun 2015 16:28:19 +0100 Subject: [PATCH] Add upgrade consideration note for IMAGE_COMPRESSION_QUALITY --- docs/releases/1.0.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/releases/1.0.rst b/docs/releases/1.0.rst index 8039ed5ea5..b0af64d875 100644 --- a/docs/releases/1.0.rst +++ b/docs/releases/1.0.rst @@ -318,3 +318,9 @@ Previously you could customize the Wagtail userbar using the ``construct_wagtail The hook has been renamed to ``construct_wagtail_userbar``. The old hook is now deprecated; all existing ``construct_wagtail_edit_bird`` declarations should be updated to the new hook. + + +``IMAGE_COMPRESSION_QUALITY`` setting has been renamed +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The ``IMAGE_COMPRESSION_QUALITY`` setting, which determines the quality of saved JPEG images as a value from 1 to 100, has been renamed to ``WAGTAILIMAGES_JPEG_QUALITY``. If you have used this setting, please update your settings file accordingly.