From b569a292e8ac9add5247ed0e1889d627edf2f9e6 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 1 Aug 2018 17:56:12 +0300 Subject: [PATCH] Add fork of mypy-django. Based on https://github.com/TypedDjango/django-stubs/issues/4#issuecomment-409478397. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index af7db09..dbf3abb 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,9 @@ We'll hopefully merge these existing efforts here as we move along. * 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 + * https://github.com/suutari/mypy-django (See [this comment] for more) + +[this comment]: https://github.com/TypedDjango/django-stubs/issues/4#issuecomment-409478397 ## How was django-stubs initially auto-generated?