Add note about other efforts.

This commit is contained in:
Luke Murphy
2018-08-01 10:02:18 +03:00
parent 4d6bf0b83e
commit b0025f82e6

View File

@@ -4,6 +4,8 @@
The aim of this project is to bring [PEP 484 type hints] to Django.
We currently focus on supporting Django >= 2.1 to simplify work in the beginning.
[PEP 484 type hints]: https://www.python.org/dev/peps/pep-0484/
## The Plan
@@ -43,6 +45,15 @@ Right now, the best way to start helping is:
[the issues]: https://github.com/TypedDjango/django-stubs/issues
[project management board]: https://github.com/orgs/TypedDjango/projects/1
## Other Django Stub Efforts
We'll hopefully merge these existing efforts here as we move along.
* https://github.com/machinalis/mypy-django
* https://github.com/facebook/pyre-check/tree/master/stubs/3/django
* https://github.com/zulip/zulip/issues/991
* https://gitlab.com/melvyn-sopacua/typeshed/commits/django
## How was django-stubs initially auto-generated?
The initial work was done by [@mkurnikov] and will be documented once [django-stubs/#2] is done.