mirror of
https://github.com/django/django.git
synced 2025-08-22 11:34:33 +00:00
[5.2.x] Fixed #36314 -- Fixed MinimumLengthValidator error message translation.
Regression inec7d69035a
. Thank you Gabriel Trouvé for the report and Claude Paroz for the review. Backport ofd469db978e
from main.
This commit is contained in:
parent
cbdb1bed04
commit
adf2991d32
3 changed files with 41 additions and 8 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue