mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-05-24 17:28:41 +08:00
Re-export names from django.core.cache.backend.base (#71)
This commit is contained in:
committed by
Maxim Kurnikov
parent
d7d7e6c66e
commit
e634a5d460
Vendored
+5
-1
@@ -1,7 +1,11 @@
|
|||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
from typing import Any, Callable, Dict, Union
|
from typing import Any, Callable, Dict, Union
|
||||||
|
|
||||||
from .backends.base import BaseCache as BaseCache
|
from .backends.base import (
|
||||||
|
BaseCache as BaseCache,
|
||||||
|
CacheKeyWarning as CacheKeyWarning,
|
||||||
|
InvalidCacheBackendError as InvalidCacheBackendError,
|
||||||
|
)
|
||||||
|
|
||||||
DEFAULT_CACHE_ALIAS: str
|
DEFAULT_CACHE_ALIAS: str
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user