mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-18 09:56:00 +08:00
add django.db.migrations
This commit is contained in:
@@ -12,7 +12,7 @@ MIGRATIONS_MODULE_NAME: str
|
||||
|
||||
class MigrationLoader:
|
||||
connection: django.db.backends.sqlite3.base.DatabaseWrapper = ...
|
||||
disk_migrations: Dict[Tuple[str, str], django.db.migrations.migration.Migration] = ...
|
||||
disk_migrations: Dict[Tuple[str, str], Migration] = ...
|
||||
applied_migrations: None = ...
|
||||
ignore_no_migrations: bool = ...
|
||||
def __init__(
|
||||
|
||||
Reference in New Issue
Block a user