mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-16 03:03:14 +00:00
Add upgrade consideration note for IMAGE_COMPRESSION_QUALITY
This commit is contained in:
parent
6328dc5f38
commit
5d4c42060e
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue