django-types
django-types copied to clipboard
fix `applied_migrations` typing of recorder.pyi
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