diff --git a/django-stubs/db/migrations/recorder.pyi b/django-stubs/db/migrations/recorder.pyi index df0818ae3..47910e925 100644 --- a/django-stubs/db/migrations/recorder.pyi +++ b/django-stubs/db/migrations/recorder.pyi @@ -15,7 +15,7 @@ class MigrationRecorder: def migration_qs(self) -> QuerySet[Any]: ... def has_table(self) -> bool: ... def ensure_schema(self) -> None: ... - def applied_migrations(self) -> set[tuple[str, str]]: ... + def applied_migrations(self) -> dict[tuple[str, str], Any]: ... def record_applied(self, app: str, name: str) -> None: ... def record_unapplied(self, app: str, name: str) -> None: ... def flush(self) -> None: ...