I want to contribute to Django

2020-11-09 Thread Gaurav Mitra
Hello there , i am have recently took a course and finished Django and Django rest framework , i want to explore more into the Django and also contribute to Django as open source , Can anyone Please suggest me what should i do? -- You received this message because you are subscribed to the

Re: I want to contribute to Django

2020-11-09 Thread Kacper Szmigiel
Hello! I think you'll find everything needed here: https://code.djangoproject.com/ Kind regards, Kacper Szmigiel pon., 9 lis 2020 o 20:54 Gaurav Mitra napisał(a): > Hello there , i am have recently took a course and finished Django and > Django rest framework , i want to explore more into the

Re: I want to contribute to Django

2020-11-09 Thread Manav Agarwal
I think this may help https://docs.djangoproject.com/en/3.1/internals/contributing/ On Tue, 10 Nov, 2020, 1:24 am Gaurav Mitra, wrote: > Hello there , i am have recently took a course and finished Django and > Django rest framework , i want to explore more into the Django and also > contribute

Re: Regarding a bug fix

2020-11-09 Thread Nishant Sagar
I'm looking at Django Custom Field inherits ForeignKey deconstruct() fails ticket number 24434 and thank you for your guidance sir. On Monday, November 9, 2020 at 11:15:19 PM UTC+5:30 carlton...@gmail.com wrote: > Hi Nishant. Welcome. > > If it’s an open ticket, it’s likely that it’s a

Fellow Reports - November 2020

2020-11-09 Thread Mariusz Felisiak
Week ending November 8, 2020. *Triaged:*     https://code.djangoproject.com/ticket/32161 - Strict form of semantic versioning in Django. (wontfix)     https://code.djangoproject.com/ticket/32159 - AsyncTestClient does not respect extra headers. (accepted)    

Regarding a bug fix

2020-11-09 Thread Nishant Sagar
As I'm new to open source. I found a ticket and want to fix that but that ticket was issued 6 years ago. So I wanted to know is it worth it to fix that? -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To

Re: Regarding a bug fix

2020-11-09 Thread Carlton Gibson
Hi Nishant. Welcome. If it’s an open ticket, it’s likely that it’s a genuine issue. Often they sit for a while for want of someone motivated to pick them up. Some are more significant, some less. If it’s something affecting you personally, or if you’ve looked at it and think you can address