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

View File

@@ -20,7 +20,7 @@ class OperationWriter:
def render(self) -> str: ...
class MigrationWriter:
migration: django.db.migrations.migration.Migration = ...
migration: Migration = ...
needs_manual_porting: bool = ...
def __init__(self, migration: Migration) -> None: ...
def as_string(self) -> str: ...