Made username validation configurable through AUTH_USERNAME_VALIDATORS setting

2020-11-08 Thread Shekhar Gyanwali
contribution and to Jacob Walls who helped me a lot with the review. Regards Shekhar Gyanwali -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails

Re: Suggestion for starting contribution to Django

2020-09-03 Thread Shekhar Gyanwali
Hi Faraz, Django Chat podcast episode *Contributing to Django * helped me a lot, where Carlton and Will talked about how the journey could be like for the beginners. Hope that helps. Cheers Shekhar On Fri, Sep 4, 2020 at 4:58 AM Faraz Khan wrote: >

Re: Username Validators 27807

2020-08-03 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. <https://github.com/django/django/pull/13114> On Thu, Jul 30, 2020 at 11:35 PM Shekhar Gyanwali < saykharng.gyanw...@gmail.com> wrote: > Hi Everyone! > > I

Username Validators 27807

2020-07-30 Thread Shekhar Gyanwali
Hi Everyone! I am currently working on my first Django ticket 27807 , which is to allow users to customize username validation. My experience with Django and development is very limited (junior developer level). I need some guidance on this. I am