From b0025f82e6408ed8a0ebdc4e1cbe1b9e0df6e774 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 1 Aug 2018 10:02:18 +0300 Subject: [PATCH] Add note about other efforts. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c46a16f..74ff706 100644 --- a/README.md +++ b/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.