Re: Easy Pickings

2021-02-11 Thread Carlton Gibson
Hi David I think this is a good idea. The contributing guide says to look for easy pickings tickets as a good way to get started, but there are hardy any, so there’s a bit of a disconnect there. I don’t think there’s any harm in a false positive, so don’t be shy. 😃 Thanks! C. On Wed, 10 Feb 20

Re: First time contributor, requesting permission to work on #32340

2021-02-11 Thread Surya Banerjee
Hi Carlton, I posted my question on the original ticket #32340 about 10 days ago and still haven't received any response. I was wondering if there were any particular norms regarding how long I should wait for a response before starting some work on th

Re: First time contributor, requesting permission to work on #32340

2021-02-11 Thread Carlton Gibson
Hi Surya, People are busy, especially in the current situation, so sometimes replies are slow. But yes, you want to get cracking. There are a few possible tasks implicit in the ticket there. One easy and small win was to document the default formats, at least for the date type fields. How about b

Fellow Reports - February 2021

2021-02-11 Thread Mariusz Felisiak
Week ending February 7, 2021 Released Django 3.1.6, 3.0.12, and 2.2.18. *Triaged:*     https://code.djangoproject.com/ticket/32402 - django.urls resolve does not resolve typed paths, like (invalid)     https://code.djangoproject.com/ticket/32401 - Email template for resetting password is miss

Getting initial parameters of inline admin model formset using URL

2021-02-11 Thread Manav Agarwal
We may pass initial Model admin form parameters using URL, visit https://docs.djangoproject.com/en/3.1/ref/contrib/admin/#django.contrib.admin.ModelAdmin.get_changeform_initial_data for more details. #26607 introduces a hook to customize the initia