From fb2f098789031ce454a85ce11424a4a385070140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 20 Jan 2019 16:27:59 +0100 Subject: [PATCH] settings: add default value for THUMBNAIL_FORCE_OVERWRITE (#29919) --- combo/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/combo/settings.py b/combo/settings.py index 20a6e53b..8823a42b 100644 --- a/combo/settings.py +++ b/combo/settings.py @@ -190,6 +190,7 @@ HAYSTACK_CONNECTIONS = { # from solr.thumbnail -- https://sorl-thumbnail.readthedocs.io/en/latest/reference/settings.html THUMBNAIL_PRESERVE_FORMAT = True +THUMBNAIL_FORCE_OVERWRITE = False COMBO_DEFAULT_PUBLIC_TEMPLATE = 'standard' COMBO_PUBLIC_TEMPLATES = {