Re: Django bugfix release: 2.1.1

2018-09-01 Thread Carlton Gibson
Hi Paulo It looks like there's something going wrong with your pip: The install works correctly and PyPI is showing 2.1.1 as the latest version. https://pypi.org/project/Django/ ``` Last login: Sun Sep 2 00:07:29 on ttys001 ~/ve $ mktmpenv New python executable in /Users/carlton/ve/tmp-a

Re: New Password Validators

2018-09-01 Thread Scot Hacker
Rather than enforce an arbitrary set of password construction rules, I prefer systems that gauge password strength as an overall entropy score, then let sites establish the minimum overall strength they require. How that strength is achieved is up to each user - uou can either go short and ran

Re: the design of django group permission should be optimized in django.contrib.auth.ModelBackend

2018-09-01 Thread Adam Johnson
Hi damoncheng, Previous to swappable User model, the best practice was to define a secondary model with OneToOneField to User for storing auxiliary information. You could do this for Group to solve your use case now. As for the feature request, I wouldn't be against it, though I'm not really in f

Re: Django bugfix release: 2.1.1

2018-09-01 Thread Paulo Maciel
pip install Django==2.1.1 Could not find a version that satisfies the requirement Django==2.1.1 Em sexta-feira, 31 de agosto de 2018 05:52:28 UTC-3, Carlton Gibson escreveu: > > Details are available on the Django project weblog: > > https://www.djangoproject.com/weblog/2018/aug/31/bugfix-releas