rednaks / django-async-orm

Bringing Async Capabilities to django ORM
https://pypi.org/project/django-async-orm/
MIT License
131 stars 9 forks source link

`mypy` compatibility monkey patch #24

Open Archmonger opened 1 year ago

Archmonger commented 1 year ago

Currently, there is no monkey patching being done to add MyPy compatibility.

See django-stubs-ext for how this can be done.