mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-22 20:01:30 +08:00
add django.db.migrations
This commit is contained in:
@@ -10,9 +10,9 @@ from django.db.models.fields import Field
|
||||
from .topological_sort import stable_topological_sort
|
||||
|
||||
class MigrationAutodetector:
|
||||
from_state: django.db.migrations.state.ProjectState = ...
|
||||
to_state: django.db.migrations.state.ProjectState = ...
|
||||
questioner: django.db.migrations.questioner.MigrationQuestioner = ...
|
||||
from_state: ProjectState = ...
|
||||
to_state: ProjectState = ...
|
||||
questioner: MigrationQuestioner = ...
|
||||
existing_apps: Set[Any] = ...
|
||||
def __init__(
|
||||
self, from_state: ProjectState, to_state: ProjectState, questioner: Optional[MigrationQuestioner] = ...
|
||||
|
||||
Reference in New Issue
Block a user