Add upgrade consideration note for IMAGE_COMPRESSION_QUALITY

pull/1429/merge
Matt Westcott 2015-06-23 16:28:19 +01:00
rodzic 6328dc5f38
commit 5d4c42060e
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -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.