Re: What to do about formfield_callback?

2021-06-06 Thread Carlton Gibson
Hey James, Yes, I’ll top-post because I basically agree with all of that. Thanks. +1 C. > On 6 Jun 2021, at 01:34, James Bennett wrote: > > On Fri, Jun 4, 2021 at 11:54 PM Carlton Gibson > wrote: >> I'm sympathetic to the suggestion here, but wary of expanding the Forms API, >> which alread

Re: Changing widget rendering templates

2021-06-06 Thread smi...@gmail.com
Hi All, Thanks for your repsonses and guidance. I think for the widget changes we have far less flexibility than with forms where folk are already using various as_* functions. I'll therefore progress with the widget ticket as a breaking change. For the form changes I think it makes sense to

Re: Changing widget rendering templates

2021-06-06 Thread Tom Carrick
I agree with everything said here so far. I just want to add that I wonder if it is perhaps a good idea to deprecate and dedocument as_p and friends, but leave them in the code base for existing projects? Tom On Sun, 6 Jun 2021, 09:25 smi...@gmail.com, wrote: > Hi All, > > Thanks for your reps

Checking logs of a Jenkins CI job

2021-06-06 Thread Sanskar Jaiswal
Hello everyone I'm working on this PR (https://link.getmailspring.com/link/c4c0c208-5094-4f28-a50b-cad7854e5...@getmailspring.com/0?redirect=https%3A%2F%2Fgithub.com%2Fdjango%2Fdjango%2Fpull%2F13559&recipient=ZGphbmdvLWRldmVsb3BlcnNAZ29vZ2xlZ3JvdXBzLmNvbQ%3D%3D) which didn't pass the CI checks (

django projects in india

2021-06-06 Thread Cyber Black
hey, i am tushar chauhan from india in dehradun so i hope everyone are good i want to discuss for django scope in india i want to say i have completed django framework and some projects like instagram faceboook youtube and crm , csm , mlm , cms and more but i am unable to finding project for wor

Re: Checking logs of a Jenkins CI job

2021-06-06 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
The logs last a limited amount of time, I think it’s maybe 7 days. You’ll need to push again to trigger a new run after that. On Sun, 6 Jun 2021 at 12:57, Sanskar Jaiswal wrote: > Hello everyone > > I'm working on this PR >

Re: django projects in india

2021-06-06 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi This mailing list is not for commercial purposes. Thanks, Adam On Sun, 6 Jun 2021 at 08:31, Cyber Black wrote: > hey, i am tushar chauhan from india in dehradun so i hope everyone are > good i want to discuss for django scope in india i want to say i have > completed django framework and s

Do we add versionadded blocks or does the release manager?

2021-06-06 Thread Jared Chung
If I'm contributing a new feature, would it be appropriate for my PR to include the `versionadded` block in the documentation (using the current "in-development" version number which as of today is 4.0), or is managing the `versionadded` block something that the release manager does? Thanks in

Re: Do we add versionadded blocks or does the release manager?

2021-06-06 Thread Carlton Gibson
Hi Jared, It’s great if you add them. The eventual merger will review them, but it’s good to have them in place from the beginning. Thanks! Kind Regards, Carlton > On 7 Jun 2021, at 07:11, Jared Chung wrote: > > If I'm contributing a new feature, would it be appropriate for my PR to > inc