mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-09 05:24:53 +08:00
Added manager _db (#296)
This commit is contained in:
committed by
Nikita Sobolev
parent
e3801918e3
commit
bfae51e64c
@@ -13,6 +13,7 @@ class BaseManager(QuerySet[_T]):
|
|||||||
name: str = ...
|
name: str = ...
|
||||||
model: Type[_T] = ...
|
model: Type[_T] = ...
|
||||||
db: str
|
db: str
|
||||||
|
_db: Optional[str]
|
||||||
def __init__(self) -> None: ...
|
def __init__(self) -> None: ...
|
||||||
def deconstruct(self) -> Tuple[bool, str, None, Tuple, Dict[str, int]]: ...
|
def deconstruct(self) -> Tuple[bool, str, None, Tuple, Dict[str, int]]: ...
|
||||||
def check(self, **kwargs: Any) -> List[Any]: ...
|
def check(self, **kwargs: Any) -> List[Any]: ...
|
||||||
|
|||||||
Reference in New Issue
Block a user