https://github.com/machinalis/mypy-django
On Sunday, September 17, 2017 at 8:17:26 PM UTC+3, Melvyn Sopacua wrote:
>
> Hi,
>
> since recent threads about supporting python 3 type hints didn't lead
> to a consensus that I saw I am wondering if anyone is working on
> adding stubs to typeshed. I'v
I'm working on stubs / mypy plugin for Django here
https://github.com/mkurnikov/django-stubs
I'm going to release an alpha version sometime around New Year's. I've
integrated machinalis version of stubs. There's also generated stubs from
Monkeytype execution over the django testsuite in the repos
Hi, I'm the original creator of https://github.com/typeddjango/django-stubs.
I guess it's my duty to start writing a DEP, so here is some preliminary
thoughts/questions to gather early feedback:
Main discussion points:
1. There's two ways to make Django compatible with type hinting and PEP484:
I actually used MonkeyType to generate first version of `django-stubs` back
in the day.
Best regards,
Maxim Kurnikov.
On Thu, Sep 12, 2019 at 11:25 PM Lukas Meier wrote:
> I'm writing here with the risk of you guys obviously already knowing about
> it
>
> there is a project