Alvin Lindstam
|
2cb6b7732d
|
Fixed #28902 -- Fixed password_validators_help_text_html() double escaping.
|
2018-01-02 19:51:06 -05:00 |
Claude Paroz
|
301de774c2
|
Refs #27795 -- Replaced many force_text() with str()
Thanks Tim Graham for the review.
|
2017-04-27 09:10:02 +02:00 |
Tim Graham
|
500532c95d
|
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
|
2017-02-09 09:03:47 -05:00 |
Claude Paroz
|
c651331b34
|
Converted usage of ugettext* functions to their gettext* aliases
Thanks Tim Graham for the review.
|
2017-02-07 09:04:04 +01:00 |
Tim Graham
|
4e729feaa6
|
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
These functions do nothing on Python 3.
|
2017-01-20 08:01:02 -05:00 |
Simon Charette
|
cecc079168
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39:46 +01:00 |
Aymeric Augustin
|
3cc5f01d9b
|
Refs #23919 -- Stopped using django.utils.lru_cache().
|
2017-01-18 21:42:40 -05:00 |
Claude Paroz
|
7b2f2e74ad
|
Refs #23919 -- Removed six.<various>_types usage
Thanks Tim Graham and Simon Charette for the reviews.
|
2017-01-18 20:18:46 +01:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
Tim Graham
|
0d9ff873d9
|
Fixed #27467 -- Made UserAttributeSimilarityValidator max_similarity=0/1 work as documented.
Thanks goblinJoel for the report and feedback.
|
2016-11-16 17:40:37 -05:00 |
Ramin Farajpour Cami
|
967be82443
|
Fixed E305 flake8 warnings.
|
2016-11-14 12:30:46 -05:00 |
Tim Graham
|
8119b679eb
|
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
http://bugs.python.org/issue27364
|
2016-09-17 15:44:06 -04:00 |
Andrew Nester
|
4591cf3fd8
|
Fixed #26909 -- Allowed UserAttributeSimilarityValidator to validate against model properties.
|
2016-08-10 15:08:06 -04:00 |
Ville Skyttä
|
a2fb2b3a1f
|
Fixed #27020 -- Used a context manager to close files.
|
2016-08-04 19:45:14 -04:00 |
Claude Paroz
|
b26fedacef
|
Fixed #26544 -- Delayed translations of SetPasswordForm help_texts
Thanks Michael Bitzi for the reporti and Tim Graham for the review.
|
2016-05-07 10:17:49 +02:00 |
Claude Paroz
|
5171f56fae
|
Pluralized translatable strings in password_validation.py
Forward port of 86dc4889f from master.
|
2015-10-10 15:17:21 +02:00 |
Antoine Catton
|
53ccffdb8c
|
Refs #16860 -- Fixed password help text when there aren't any validators.
This avoids creating an empty list which is invalid HTML 4.
|
2015-09-28 15:30:16 -04:00 |
Tim Graham
|
09f2cdbe1a
|
Refs #16860 -- Fixed a resource and deprecation warning in password validation.
|
2015-06-16 11:02:27 -04:00 |
Tim Graham
|
55b3bd8468
|
Refs #16860 -- Minor edits and fixes to password validation.
|
2015-06-10 07:41:01 -04:00 |
Erik Romijn
|
1daae25bdc
|
Fixed #16860 -- Added password validation to django.contrib.auth.
|
2015-06-07 19:31:20 +02:00 |