mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-16 00:37:11 +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
6
django-stubs/core/cache/__init__.pyi
vendored
6
django-stubs/core/cache/__init__.pyi
vendored
@@ -1,7 +1,11 @@
|
||||
from collections import OrderedDict
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user