add django.db.migrations

This commit is contained in:
Maxim Kurnikov
2018-12-20 22:31:05 +03:00
parent 094b8421ab
commit 5135b004bd
32 changed files with 1052 additions and 24 deletions
@@ -73,7 +73,7 @@ class StateApps:
loading: bool
models_ready: bool
ready: bool
real_models: List[django.db.migrations.state.ModelState]
real_models: List[ModelState]
stored_app_configs: List[Any]
def __init__(
self, real_apps: List[str], models: Dict[Tuple[str, str], ModelState], ignore_swappable: bool = ...