mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
Added 'caches' to django.core.cache.__all__.
This commit is contained in:
parent
6104875a2c
commit
0914a2003b
2
django/core/cache/__init__.py
vendored
2
django/core/cache/__init__.py
vendored
@ -22,7 +22,7 @@ from django.core.cache.backends.base import (
|
||||
from django.utils.module_loading import import_string
|
||||
|
||||
__all__ = [
|
||||
'cache', 'DEFAULT_CACHE_ALIAS', 'InvalidCacheBackendError',
|
||||
'cache', 'caches', 'DEFAULT_CACHE_ALIAS', 'InvalidCacheBackendError',
|
||||
'CacheKeyWarning', 'BaseCache',
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user