Description
Following the recommendation in python/typeshed#1702 (comment) of:
I actually recommend waiting for PEP 561 and its implementation. Having incomplete stubs in typeshed (which I presume the machinalis stubs are) is worse than no stubs, as we've found out with some other packages (sqlalchemy was actually withdrawn for this reason).
I think we need to orientate the development of this repository specifically around how PEP 561 will work and whatever work flow is necessary to support that integration.
There are some notes around this on the mypy
documentation:
I see no existing ticket regarding adding type hints on the Django tracker:
It probably makes sense to drop a mail on the dev list to see where we can coordinate.
Open to any thoughts!
I can put an hour or two each week and use Django in my day to day work, so I would definitely like to have access to the type hint system going forward. It's also a way to give back to the Django community which really has got me a long way so far ...