Re: Fellow Reports -- July 2020

2020-08-02 Thread Carlton Gibson
Hi all. Calendar Week 31 -- ending 02 August. Triaged: https://code.djangoproject.com/ticket/31840 -- Adding Support for Cross-Origin Opener Policy (Accepted) https://code.djangoproject.com/ticket/31827 -- Add test runner option to show N slowest tests (Accepted) https://code.djangoproject.

#31617 new New feature Improve overall admin accessibility.

2020-08-02 Thread Abishek Rajagopal
Hello Team, I'm ready to work on this issue. Im a Full Stack dev by profession. I need to know what are necessary thing that i need to change and how do get the original code of that page. -- You received this message because you are subscribed to the Google Groups "Django develop

Re: I need a mentor on django

2020-08-02 Thread SUNIL PATEL
Hi how are you doing at django. sunil patel On Wed, Jun 10, 2020 at 9:27 PM Onayemi Hakeem wrote: > I need a mentor who can guide me on my Django programming skill to develop > my dream app > > -- > You received this message because you are subscribed to the Google Groups > "Django developers (

Set up autolinks on Django's GitHub repositories

2020-08-02 Thread laym...@gmail.com
Hi folks, I came across this feature on GitHub today: https://docs.github.com/en/github/administering-a-repository/configuring-autolinks-to-reference-external-resources In short, it adds autolinks to external resources (e.g. our issue tracker) by referencing them using a prefix in GitHub comment

Re: Status of 3.1 release blockers.

2020-08-02 Thread Mariusz Felisiak
It seems that adding DEFAULT_HASHING_ALGORITHM setting is an acceptable solution, we have one remaining question: Do we keep the setting around? 1. we can treat DEFAULT_HASHING_ALGORITHM as a transitional setting, limit its values to `sha1` and `sha256`, and deprecate it immediately. F

Re: Username Validators 27807

2020-08-02 Thread Shekhar Gyanwali
I have submitted a PR with what I had before the discussion. Will work on it based on feedback. Please see PR here. On Thu, Jul 30, 2020 at 11:35 PM Shekhar Gyanwali < saykharng.gyanw...@gmail.com> wrote: > Hi Everyone! > > I am currently working on