mirror of
https://github.com/django/django.git
synced 2025-03-05 15:02:31 +00: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
|
from django.utils.module_loading import import_string
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
'cache', 'DEFAULT_CACHE_ALIAS', 'InvalidCacheBackendError',
|
'cache', 'caches', 'DEFAULT_CACHE_ALIAS', 'InvalidCacheBackendError',
|
||||||
'CacheKeyWarning', 'BaseCache',
|
'CacheKeyWarning', 'BaseCache',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user