Re: [TB] Proposal to add Florian Apolloner to Releasers team.

2021-07-22 Thread Josh Smeaton
Sorry to hijack, but maybe something to think about next time - but considering the 2 fellows cover the release process quite well already, would it be worth considering a "junior" releaser as a third? Someone to be mentored via pairing that would help encourage either new contributors OR keep

Re: developer meeting point for Django discussion forum

2021-07-22 Thread Rodney Lewis
I concur with Mr. Johnson. I thought it was an announcement of an official group at first. _ Rodney Lewis http://www.VoteForRodneyLewis.com Please Visit My Personal Homepage On Thu, Jul 22, 2021 at 3:19 AM 'Adam Johnson' via Django developers (Contributions to Django itself)

Addition of feature - Field based Permissioning

2021-07-22 Thread guna visva
Hi, Would like to request perhaps that field based permissioning be available directly in the UI for selection . Probably needs some mechanism of drilling down after a model is selected ; another layer so to speak; meaning first select model then the right pane displays the fields then you

Re: Feature Request: Allow passing no-op filters to QuerySet's bulk_update() when updating tables with partitions

2021-07-22 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
It should already work to do `Model.objects.filter(...).bulk_update(...)` , no? On Tue, 13 Jul 2021 at 00:50, opqpop wrote: > Hi, I'd like to pass additional partition columns into the filters for a > QuerySet's bulk_update(). These would be no-op filters solely for the DB to > understand from

Re: [TB] Proposal to add Florian Apolloner to Releasers team.

2021-07-22 Thread charettes
I'm also +1 Le mercredi 21 juillet 2021 à 17:21:03 UTC-4, Adam Johnson a écrit : > +1 I’m in favour of giving Florian the access and necessary training, > should he want it. > > On Wed, 21 Jul 2021 at 10:18, Carlton Gibson wrote: > >> Hello Technical Board. >> >> Mariusz is working on

Re: developer meeting point for Django discussion forum

2021-07-22 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
It's not appropriate to promote unofficial channels on this mailing list. On Mon, 19 Jul 2021 at 11:19, SKYLINE TV wrote: > Welcome to Django developer meeting hub > > > developer meeting point is a discussion forum where we talk about our > various challenges in python programming and Django

Re: Fellow Reports - July 2021

2021-07-22 Thread Mariusz Felisiak
Week ending July 18, 2021 *Triaged: * https://code.djangoproject.com/ticket/32917 - Add an internal _value_from_datadict() method to BaseForm (accepted) https://code.djangoproject.com/ticket/32918 - Increase logging of authentication flow (duplicate)