From c744a2c2782acb12ec89520ff1e0314e4020eff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 16 Nov 2018 15:40:20 +0100 Subject: [PATCH] settings: preserve image format for thumbnails (#28081) This allows PNG alpha channel to be kept. --- combo/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/combo/settings.py b/combo/settings.py index 5e999efe..a78f7417 100644 --- a/combo/settings.py +++ b/combo/settings.py @@ -184,6 +184,7 @@ HAYSTACK_CONNECTIONS = { }, } +THUMBNAIL_PRESERVE_FORMAT = True COMBO_DEFAULT_PUBLIC_TEMPLATE = 'standard' COMBO_PUBLIC_TEMPLATES = { -- 2.19.1