mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-09-04 22:07:02 +08:00
add django.db.migrations
This commit is contained in:
@@ -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 = ...
|
||||
|
||||
Reference in New Issue
Block a user