mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-22 09:38:59 +08:00
improved version
This commit is contained in:
@@ -79,7 +79,7 @@ class WhereNode:
|
||||
) -> Union[List[CombinedExpression], List[Col]]: ...
|
||||
def get_source_expressions(
|
||||
self
|
||||
) -> Union[List[GreaterThan], List[IntegerLessThan], List[Exact], List[LessThanOrEqual]]: ...
|
||||
) -> Union[List[GreaterThan], List[LessThanOrEqual], List[Exact], List[IntegerLessThan]]: ...
|
||||
def relabel_aliases(
|
||||
self,
|
||||
change_map: Union[OrderedDict, Dict[str, str], Dict[Union[str, None], str]]
|
||||
@@ -96,4 +96,4 @@ class WhereNode:
|
||||
def split_having(
|
||||
self,
|
||||
negated: bool = ...
|
||||
) -> Union[Tuple[WhereNode, None], Tuple[None, WhereNode], Tuple[WhereNode, WhereNode]]: ...
|
||||
) -> Union[Tuple[None, WhereNode], Tuple[WhereNode, WhereNode], Tuple[WhereNode, None]]: ...
|
||||
Reference in New Issue
Block a user