machinalis / mypy-django

PEP-484 type hints bindings for the Django web framework
BSD 3-Clause "New" or "Revised" License
223 stars 23 forks source link

WIP: add dispatch, signals and signing, improve http attributes #6

Closed ethanhs closed 6 years ago

ethanhs commented 7 years ago

I made some new stubs for django dispatch and some core features. I also added the __setattr__ and __getattr__ so that people can tack on attributes dynamically (which is apparently a common pattern).

WIP: I also want to update MultiValueDict, as the get methods are not correctly typed.

ethanhs commented 6 years ago

Sorry I have other priorities, so I won't be getting back to this.