Skip to content

Commit

Permalink
Added stub for where method (#1407)
Browse files Browse the repository at this point in the history
* Added stub for where method

* mypy fixes
  • Loading branch information
RyanWalker277 authored Mar 20, 2023
1 parent ddf0864 commit 5092bdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django-stubs/db/models/sql/query.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class Query(BaseExpression):
default_ordering: bool
standard_ordering: bool
used_aliases: set[str]
where: WhereNode
filter_is_sticky: bool
subquery: bool
group_by: None | Sequence[Combinable] | Sequence[str] | Literal[True]
Expand Down

0 comments on commit 5092bdf

Please sign in to comment.