Re: PEP 484 type hinting in Django

2019-08-26 Thread Maxim Kurnikov
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:

Re: Fellow Reports - August 2019

2019-08-26 Thread Mariusz Felisiak
Week ending August 25, 2019. *Triaged:* https://code.djangoproject.com/ticket/30715 - ArrayField lookups crash on ArrayAgg() over AutoFields. (accepted) https://code.djangoproject.com/ticket/29043 - test --keepdb says "Using existing test database" even if it's run for the first time. (wontfix)

Re: PEP 484 type hinting in Django

2019-08-26 Thread Carlton Gibson
On Monday, 26 August 2019 14:05:19 UTC+2, Maxim Kurnikov wrote: > > Carlton, is it possible to move discussion to Github somehow? > Drafting a DEP begins by making a PR against the drafts folder in the DEPs repo. I guess that could be a WIP PR, if felt beneficial/necessary. -- You received thi