django-types icon indicating copy to clipboard operation
django-types copied to clipboard

fix `applied_migrations` typing of recorder.pyi

Open gg-mmill opened this issue 1 year ago • 0 comments

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

gg-mmill avatar Mar 12 '24 09:03 gg-mmill