mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-23 20:31:32 +08:00
add django.db.migrations
This commit is contained in:
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user