Re: Ticket 2273: django.contrib.auth.models.User: username is case-sensitive

2015-10-22 Thread Paul Egges
Yeah, I was referring to the post by Daniel at the start of the thread, not Reid's comment. I would be -1 on changing the check of usernames at login to case-insensitive. But I would be +1 with preventing the creation of new usernames which would match existing usernames in a case-insensitive mann

Re: Ticket 2273: django.contrib.auth.models.User: username is case-sensitive

2015-10-22 Thread Reid Ransom
Yesterday, I noticed a couple users had created multiple accounts with different capitalization. One person had 4 accounts. I've also gotten a lot of complaints from users that were having trouble logging in. My response was generally "Use the forgot password link." but now I'm realizing that t

Re: should manage.py test run system checks?

2015-10-22 Thread Žan Anderle
Adam: I don't think they should be optional, or if they are, they should be opt-out. The checks are a brilliant guard against error, but not running them as part of test invites them not being run at all in a TDD workflow, as often code can be developed with nothing but running the tests. It i

[Feature] On CommandError, sys.exit(1)

2015-10-22 Thread Ben Liyanage
Hey, What do you guys think about this feature request? > On CommandError, sys.exit(1) It would be pretty easy to do the sys.exit(1) right here: https://github.com/django/django/blob/df0a446fd4c864c003e4f941b5b7abd6f10c9427/django/core/management/__init__.py#L289 This would allow you to fail a