diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.1.4.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/2.1.4.txt b/docs/releases/2.1.4.txt index 274b5ede07..6f05a04357 100644 --- a/docs/releases/2.1.4.txt +++ b/docs/releases/2.1.4.txt @@ -9,4 +9,6 @@ Django 2.1.4 fixes several bugs in 2.1.3. Bugfixes ======== -* ... +* Corrected the default password list that ``CommonPasswordValidator`` uses by + lowercasing all passwords to match the format expected by the validator + (:ticket:`29952`). |
