summaryrefslogtreecommitdiff
path: root/docs/releases/5.2.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/5.2.1.txt')
-rw-r--r--docs/releases/5.2.1.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/5.2.1.txt b/docs/releases/5.2.1.txt
index cc12e7b34f..81fb750847 100644
--- a/docs/releases/5.2.1.txt
+++ b/docs/releases/5.2.1.txt
@@ -36,3 +36,7 @@ Bugfixes
* Fixed a regression in Django 5.2 that caused improper values to be returned
from ``QuerySet.values_list()`` when duplicate field names were specified
(:ticket:`36288`).
+
+* Fixed a regression in Django 5.2 where the password validation error message
+ from ``MinimumLengthValidator`` was not translated when using non-English
+ locales (:ticket:`36314`).