Skip to content

Commit

Permalink
Add SQLCompiler._order_by_pairs() (#1586)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz authored Jun 27, 2023
1 parent c61f5aa commit c047210
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django-stubs/db/models/sql/compiler.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class SQLCompiler:
def get_select(
self,
) -> tuple[list[tuple[Expression, _AsSqlType, str | None]], dict[str, Any] | None, dict[str, int]]: ...
def _order_by_pairs(self) -> None: ...
def get_order_by(self) -> list[tuple[Expression, tuple[str, _ParamsT, bool]]]: ...
def get_extra_select(
self,
Expand Down

0 comments on commit c047210

Please sign in to comment.