Projet

Général

Profil

0001-settings-preserve-image-format-for-thumbnails-28081.patch

Frédéric Péters, 16 novembre 2018 15:41

Télécharger (672 octets)

Voir les différences:

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(+)
combo/settings.py
184 184
    },
185 185
}
186 186

  
187
THUMBNAIL_PRESERVE_FORMAT = True
187 188

  
188 189
COMBO_DEFAULT_PUBLIC_TEMPLATE = 'standard'
189 190
COMBO_PUBLIC_TEMPLATES = {
190
-