Skip to content
Snippets Groups Projects
Commit fb0bb11b authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch '426-make-django-cachalot-compatible-with-django-3-2' into 'master'

Resolve "Make django-cachalot compatible with Django 3.2"

Closes #426

See merge request !587
parents d6a555e0 67fa51e1
No related branches found
No related tags found
1 merge request!587Resolve "Make django-cachalot compatible with Django 3.2"
Pipeline #10133 passed with warnings
Pipeline: AlekSIS

#10138

    ......@@ -245,7 +245,7 @@ INSTALLED_APPS.append("cachalot")
    DEBUG_TOOLBAR_PANELS.append("cachalot.panels.CachalotPanel")
    CACHALOT_TIMEOUT = _settings.get("caching.cachalot.timeout", None)
    CACHALOT_DATABASES = set(["default"])
    SILENCED_SYSTEM_CHECKS += ["cachalot.W001", "cachalot.E003"]
    SILENCED_SYSTEM_CHECKS += ["cachalot.W001"]
    SESSION_ENGINE = "django.contrib.sessions.backends.cache"
    SESSION_CACHE_ALIAS = "default"
    ......
    This diff is collapsed.
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment