Skip to content

Django 3.2 cache compatibility #116

Closed
@wamberg

Description

@wamberg

While using Django 3.2, dbtemplates throws the following error:

ImportError: cannot import name '_create_cache' from 'django.core.cache'

The error stems from dbtemplates cache wrapper:

from django.core.cache import _create_cache

Side note of gratitude, this library has come in very handy for us at PBS. Thank you! 🙇

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions