Skip to content

Commit d58ea50

Browse files
authored
Change annotation_select_mask from set[str] to list[str] (#1973)
1 parent 0a28dc5 commit d58ea50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django-stubs/db/models/sql/query.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class Query(BaseExpression):
6666
select_related: dict[str, Any] | bool
6767
max_depth: int
6868
values_select: tuple
69-
annotation_select_mask: set[str] | None
69+
annotation_select_mask: list[str] | None
7070
combinator: str | None
7171
combinator_all: bool
7272
combined_queries: tuple

0 commit comments

Comments
 (0)