From aec477ddf36e7026e54e73461ab6af98121e0ba9 Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Tue, 27 Apr 2021 17:09:02 +0200 Subject: [PATCH] settings: explicitly set select2 cache prefix (#53403) --- bijoe/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bijoe/settings.py b/bijoe/settings.py index a206ade..67080fd 100644 --- a/bijoe/settings.py +++ b/bijoe/settings.py @@ -166,6 +166,7 @@ AUTO_RENDER_SELECT2_STATICS = False SELECT2_JS = xstatic('select2', 'select2.min.js') SELECT2_CSS = xstatic('select2', 'select2.min.css') +SELECT2_CACHE_PREFIX = 'select2_' BIJOE_SCHEMAS = []