mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-16 08:47:49 +08:00
initial commit
This commit is contained in:
10
django/db/migrations/operations/utils.pyi
Normal file
10
django/db/migrations/operations/utils.pyi
Normal file
@@ -0,0 +1,10 @@
|
||||
from django.db.migrations.state import ProjectState
|
||||
from django.db.models.fields import Field
|
||||
|
||||
|
||||
def is_referenced_by_foreign_key(
|
||||
state: ProjectState,
|
||||
model_name_lower: str,
|
||||
field: Field,
|
||||
field_name: str
|
||||
) -> bool: ...
|
||||
Reference in New Issue
Block a user