Skip to content

Commit

Permalink
5.0: Update django.db.models.sql.datastructures (#2159)
Browse files Browse the repository at this point in the history
  • Loading branch information
saJaeHyukc committed May 13, 2024
1 parent 6a7d2f9 commit b992e07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions django-stubs/db/models/sql/datastructures.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class Join:
) -> None: ...
def as_sql(self, compiler: SQLCompiler, connection: BaseDatabaseWrapper) -> _AsSqlType: ...
def relabeled_clone(self, change_map: dict[str | None, str]) -> Join: ...
def equals(self, other: BaseTable | Join, with_filtered_relation: bool) -> bool: ...
def demote(self) -> Join: ...
def promote(self) -> Join: ...

Expand All @@ -46,4 +45,3 @@ class BaseTable:
def __init__(self, table_name: str, alias: str | None) -> None: ...
def as_sql(self, compiler: SQLCompiler, connection: BaseDatabaseWrapper) -> _AsSqlType: ...
def relabeled_clone(self, change_map: dict[str | None, str]) -> BaseTable: ...
def equals(self, other: Join, with_filtered_relation: bool) -> bool: ...
2 changes: 0 additions & 2 deletions scripts/stubtest/allowlist_todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1228,9 +1228,7 @@ django.db.models.sql.compiler.SQLCompiler.deferred_to_columns
django.db.models.sql.compiler.SQLCompiler.get_default_columns
django.db.models.sql.compiler.SQLCompiler.get_qualify_sql
django.db.models.sql.compiler.SQLCompiler.get_related_selections
django.db.models.sql.datastructures.BaseTable.equals
django.db.models.sql.datastructures.BaseTable.identity
django.db.models.sql.datastructures.Join.equals
django.db.models.sql.datastructures.Join.identity
django.db.models.sql.query.Query.__init__
django.db.models.sql.query.Query.add_annotation
Expand Down

0 comments on commit b992e07

Please sign in to comment.