mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-06 12:14:28 +08:00
Add note about other efforts.
This commit is contained in:
11
README.md
11
README.md
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user