summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAhmed Nassar <a.moh.nassar00@gmail.com>2025-04-16 17:02:56 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-04-17 12:30:20 +0200
commitd469db978ea6a705549b9519313d9adc198e4232 (patch)
tree672f7dd015457e78d27e06a1de2faf711c9dd5d4 /docs
parent4a293eff6fb10a04de7c65ed705ca3c6a362a587 (diff)
Fixed #36314 -- Fixed MinimumLengthValidator error message translation.
Regression in ec7d69035a408b357f1803ca05a7c991cc358cfa. Thank you Gabriel Trouvé for the report and Claude Paroz for the review.
Diffstat (limited to 'docs')
-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`).