settings: preserve image format for thumbnails (#28081)

This allows PNG alpha channel to be kept.
This commit is contained in:
Frédéric Péters 2018-11-16 15:40:20 +01:00
parent 26ab728e0f
commit 58f76bcd39
1 changed files with 2 additions and 0 deletions

View File

@ -184,6 +184,8 @@ HAYSTACK_CONNECTIONS = {
},
}
# from solr.thumbnail -- https://sorl-thumbnail.readthedocs.io/en/latest/reference/settings.html
THUMBNAIL_PRESERVE_FORMAT = True
COMBO_DEFAULT_PUBLIC_TEMPLATE = 'standard'
COMBO_PUBLIC_TEMPLATES = {