Re: GSoC proposal research - type hinting

2020-03-27 Thread charettes
You might also be interested in this Django Enhancement Proposal to add type hints to Django https://github.com/django/deps/pull/65 Cheers, Simon Le vendredi 27 mars 2020 19:08:07 UTC-4, Kacper Szmigiel a écrit : > > Hello everyone! > > My name is Kacper, I'm 22 y.o. CS student from Lodz,

Re: GSoC proposal research - type hinting

2020-03-27 Thread Tom Forbes
As an avid user of type hints I think it would be fantastic. I believe with the upcoming release we only target Python versions that support type hinting, which was one of the issues holding us back before. I would recommend choosing a specific part of Django and investigating adding type

GSoC proposal research - type hinting

2020-03-27 Thread Kacper Szmigiel
Hello everyone! My name is Kacper, I'm 22 y.o. CS student from Lodz, Poland. I've started researching some nice feature for my GSoC proposal, and I have a few questions to you, dear Community :) Unfortunately, due to this whole mess caused by covid-19 I had like no time to sink into Django

Re: GSoC Mentors

2020-03-27 Thread Antje Kazimiers
Hi Ramya, To start contributing to Django, first I would look at the list of “Easy tickets” which are still unassigned: https://code.djangoproject.com/query?status=!closed=1=Accepted=1=changetime There is just one

GSOC Student

2020-03-27 Thread Edidiong Etuk
Hi, I'm Edidiong, I'd like to be engaged with the GraphQL ORM wrapper, either as a student or just freelancing. How do I begin? -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this

Re: GSoC 2020 Proposal for ModelStates in Migrations

2020-03-27 Thread Sanskar Jaiswal
Hey Simon, While I certainly see the benefits of this, I still fail to understand how this would help ModelState get access to related db_types, (the problem that the mapping in my proposal aims to solve). Am I missing something here? Some more clarification/explanation would be highly helpful.