Link to ticket about existing stubs.

This commit is contained in:
Luke Murphy
2018-08-01 18:42:26 +03:00
parent b569a292e8
commit 4013fe4d03

View File

@@ -11,7 +11,7 @@ We currently focus on supporting Django >= 2.1 to simplify work in the beginning
## The Plan ## The Plan
* Use [retype]/[MonkeyType]/[stubgen] to auto-generate [django-stubs] Django 2.1. * Use [retype]/[MonkeyType]/[stubgen] to auto-generate [django-stubs] Django 2.1.
* Integrate [machinalis/mypy-django] stubs into [django-stubs]. * Integrate existing stubs into [django-stubs]. See [django-stubs/#4] for more.
* Create a [mypy plugin] to support Django model dynamic behaviour. See [django-stubs/#5] for more. * Create a [mypy plugin] to support Django model dynamic behaviour. See [django-stubs/#5] for more.
* Create a test-suite to keep synced with upstream Django. See [django-stubs/#3] for more. * Create a test-suite to keep synced with upstream Django. See [django-stubs/#3] for more.
* Commence refining auto-generated stubs and plugin until it is useful. * Commence refining auto-generated stubs and plugin until it is useful.
@@ -23,7 +23,7 @@ This plan is not set in stone and can change.
[retype]: https://github.com/ambv/retype [retype]: https://github.com/ambv/retype
[MonkeyType]: https://github.com/Instagram/MonkeyType [MonkeyType]: https://github.com/Instagram/MonkeyType
[stubgen]: https://github.com/python/mypy/blob/master/mypy/stubgen.py [stubgen]: https://github.com/python/mypy/blob/master/mypy/stubgen.py
[machinalis/mypy-django]: https://github.com/machinalis/mypy-django [django-stubs/#4]: https://github.com/TypedDjango/django-stubs/issues/4
[django-stubs/#3]: https://github.com/TypedDjango/django-stubs/issues/3 [django-stubs/#3]: https://github.com/TypedDjango/django-stubs/issues/3
[mypy plugin]: https://github.com/python/mypy/tree/master/mypy/plugins [mypy plugin]: https://github.com/python/mypy/tree/master/mypy/plugins
[django-stubs/#5]: https://github.com/TypedDjango/django-stubs/issues/5 [django-stubs/#5]: https://github.com/TypedDjango/django-stubs/issues/5