Re: Minor concerns about auth.models.User default settings

2016-10-27 Thread Aymeric Augustin
Hello David, I’m curious about 1. — are you noticing an effect on performance and if so can you share your benchmark? (My opinion about 2. can be found in the archives of this mailing list, I won’t repeat it.) Thanks, -- Aymeric. > On 28 Oct 2016, at 04:41, David Tan wrote: > > In 1.10 au

Re: Minor concerns about auth.models.User default settings

2016-10-27 Thread Alexander Hill
Hi David, Some background reading about the field length: https://groups.google.com/d/topic/django-developers/v3wYKWWYFT4/discussion https://code.djangoproject.com/ticket/20846 This contains some discussion as well: https://groups.google.com/d/topic/django-developers/h98-oEi7z7g/discussion = And

Minor concerns about auth.models.User default settings

2016-10-27 Thread David Tan
In 1.10 auth.models.User.username changed from max_length 30 to 150 and defaults to UnicodeValidator. 1. max_length=150 pushes the username string from 1-byte overhead to 4-bytes overhead in Postgres. 2. (Opinionated) AS

Re: New to Django

2016-10-27 Thread Jeremy Spencer
Take look at both of these pages and work from there: - https://docs.djangoproject.com/en/dev/internals/contributing/ - https://docs.djangoproject.com/en/dev/internals/contributing/new-contributors/ On Thu, Oct 27, 2016 at 1:23 PM Vaibhav Agrawal wrote: > Hi everyone, > I am new here

New to Django

2016-10-27 Thread Vaibhav Agrawal
Hi everyone, I am new here. I am a sophomore at IIT Kharagpur, India. I wanted to contribute to open source network. I am extremly enthuisiastic about web and software development. Where can I start from? Help! -- You received this message because you are subscribed to the Google Groups "Djang