Skip to content

Commit

Permalink
Change annotation_select_mask from set[str] to list[str] (#1973)
Browse files Browse the repository at this point in the history
  • Loading branch information
q0w committed Feb 25, 2024
1 parent 0a28dc5 commit d58ea50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django-stubs/db/models/sql/query.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Query(BaseExpression):
select_related: dict[str, Any] | bool
max_depth: int
values_select: tuple
annotation_select_mask: set[str] | None
annotation_select_mask: list[str] | None
combinator: str | None
combinator_all: bool
combined_queries: tuple
Expand Down

0 comments on commit d58ea50

Please sign in to comment.