summaryrefslogtreecommitdiff
path: root/django/contrib/auth/validators.py
AgeCommit message (Expand)Author
2023-02-02Improved error message for ASCIIUsernameValidator.Mariusz Felisiak
2022-09-28Improved error message for ASCIIUsernameValidator.Paolo Melchiorre
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-03-22Fixed #30257 -- Made UsernameValidators prohibit trailing newlines.Ryan J Schave
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2016-05-16Fixed #21379 -- Created auth-specific username validatorsClaude Paroz