Skip to content

Commit

Permalink
5.0: Update django.contrib.gis.db.backends.sqatialite.schema (#2123)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeHyuckSa authored May 4, 2024
1 parent 2d8b5d2 commit 17401ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion django-stubs/contrib/gis/db/backends/spatialite/schema.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ class SpatialiteSchemaEditor(DatabaseSchemaEditor):
def add_field(self, model: Any, field: Any) -> None: ...
def remove_field(self, model: Any, field: Any) -> None: ...
def alter_db_table(
self, model: Any, old_db_table: Any, new_db_table: Any, disable_constraints: bool = ...
self,
model: Any,
old_db_table: Any,
new_db_table: Any,
) -> None: ...
1 change: 0 additions & 1 deletion scripts/stubtest/allowlist_todo_django50.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
django.contrib.contenttypes.fields.GenericForeignKey.get_content_type
django.contrib.contenttypes.fields.GenericForeignKey.get_prefetch_querysets
django.contrib.contenttypes.prefetch
django.contrib.gis.db.backends.spatialite.schema.SpatialiteSchemaEditor.alter_db_table
django.contrib.gis.db.models.Case.allowed_default
django.contrib.gis.db.models.ExpressionWrapper.allowed_default
django.contrib.gis.db.models.F.allowed_default
Expand Down

0 comments on commit 17401ca

Please sign in to comment.