sbdchd / django-types

:doughnut: Type stubs for Django
MIT License
186 stars 62 forks source link

fix `applied_migrations` typing of recorder.pyi #230

Closed gg-mmill closed 2 months ago

gg-mmill commented 6 months ago

The function returns a dictionary, not a set.

Values are instances of the Migration model declared in the class - not sure if / how we can re-use that type though