mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 22:11:54 +08:00
Add Q.__xor__ (#1133)
This commit is contained in:
@@ -45,6 +45,7 @@ class Q(tree.Node):
|
||||
# def __init__(self, *args: Any, _connector: Optional[Any] = ..., _negated: bool = ..., **kwargs: Any) -> None: ...
|
||||
def __or__(self, other: Q) -> Q: ...
|
||||
def __and__(self, other: Q) -> Q: ...
|
||||
def __xor__(self, other: Q) -> Q: ...
|
||||
def __invert__(self) -> Q: ...
|
||||
def resolve_expression(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user