summaryrefslogtreecommitdiff
path: root/django/contrib/auth/password_validation.py
AgeCommit message (Expand)Author
2018-11-15Fixed #29952 -- Lowercased all passwords in contrib.auth's auth/common-passwo...Mathew Payne
2018-04-19Ref #23919 -- Replaced some os.path usage with pathlib.Path.Tom
2018-04-16Fixed #29274 -- Increased the number of common passwords from 1k to 20k.GS-14
2018-01-02Fixed #28902 -- Fixed password_validators_help_text_html() double escaping.Alvin Lindstam
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
2017-02-09Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().Tim Graham
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Stopped using django.utils.lru_cache().Aymeric Augustin
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-16Fixed #27467 -- Made UserAttributeSimilarityValidator max_similarity=0/1 work...Tim Graham
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2016-08-10Fixed #26909 -- Allowed UserAttributeSimilarityValidator to validate against ...Andrew Nester
2016-08-04Fixed #27020 -- Used a context manager to close files.Ville Skyttä
2016-05-07Fixed #26544 -- Delayed translations of SetPasswordForm help_textsClaude Paroz
2015-10-10Pluralized translatable strings in password_validation.pyClaude Paroz
2015-09-28Refs #16860 -- Fixed password help text when there aren't any validators.Antoine Catton
2015-06-16Refs #16860 -- Fixed a resource and deprecation warning in password validation.Tim Graham
2015-06-10Refs #16860 -- Minor edits and fixes to password validation.Tim Graham
2015-06-07Fixed #16860 -- Added password validation to django.contrib.auth.Erik Romijn