diff options
| author | Ahmed Nassar <a.moh.nassar00@gmail.com> | 2025-04-16 17:02:56 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-04-17 12:32:24 +0200 |
| commit | adf2991d32c24f8b2e549a25a7eda52f317a91a6 (patch) | |
| tree | 770bab92deb1ae71ea6fa6ceaa41f1b2a46b1a3e /docs | |
| parent | cbdb1bed041a88a5e29cab5e60da928b2d9e6db5 (diff) | |
[5.2.x] Fixed #36314 -- Fixed MinimumLengthValidator error message translation.
Regression in ec7d69035a408b357f1803ca05a7c991cc358cfa.
Thank you Gabriel Trouvé for the report and Claude Paroz for the review.
Backport of d469db978ea6a705549b9519313d9adc198e4232 from main.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.2.1.txt | 4 |
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`). |
