Skip to content

Commit

Permalink
Subquery.extra
Browse files Browse the repository at this point in the history
Co-authored-by: Marti Raudsepp <[email protected]>
  • Loading branch information
adamchainz and intgr authored Nov 9, 2022
1 parent 118d5c7 commit 5239987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django-stubs/db/models/expressions.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class Case(Expression):
class Subquery(BaseExpression, Combinable):
template: str = ...
query: Query = ...
extra: Dict[Any, Any] = ...
extra: Dict[str, Any] = ...
def __init__(self, queryset: Union[Query, QuerySet], output_field: Optional[Field] = ..., **extra: Any) -> None: ...

class Exists(Subquery):
Expand Down

0 comments on commit 5239987

Please sign in to comment.