summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMathew Payne <2772944+GeekMasher@users.noreply.github.com>2018-11-15 19:11:03 +0000
committerTim Graham <timograham@gmail.com>2018-11-15 14:11:03 -0500
commit26bb2611a567d43bc258aa7806eef766b7adcfe5 (patch)
treebe060089e750c37274b8725eaf40b8a27b83a56b /docs
parent9b15ff08ba638a7070fb51c1ab4c01e245556ae8 (diff)
Fixed #29952 -- Lowercased all passwords in contrib.auth's auth/common-passwords.txt.gz.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.1.4.txt4
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`).