We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a28dc5 commit d58ea50Copy full SHA for d58ea50
django-stubs/db/models/sql/query.pyi
@@ -66,7 +66,7 @@ class Query(BaseExpression):
66
select_related: dict[str, Any] | bool
67
max_depth: int
68
values_select: tuple
69
- annotation_select_mask: set[str] | None
+ annotation_select_mask: list[str] | None
70
combinator: str | None
71
combinator_all: bool
72
combined_queries: tuple
0 commit comments