Skip to content

Commit

Permalink
Add Q.__xor__ (#1133)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz authored Aug 28, 2022
1 parent d0a9793 commit 11c5878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django-stubs/db/models/query_utils.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 11c5878

Please sign in to comment.