summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2016-05-06 12:23:52 +0200
committerClaude Paroz <claude@2xlibre.net>2016-05-07 10:17:49 +0200
commitb26fedacef16cc42a4fdd891af06ca925d4bb418 (patch)
tree62437684fc176121d69c7bb172bf9db455951781 /docs
parentdeeffde84a23660e3dd589abaaa7454f4ee45fda (diff)
Fixed #26544 -- Delayed translations of SetPasswordForm help_texts
Thanks Michael Bitzi for the reporti and Tim Graham for the review.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.7.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.7.txt b/docs/releases/1.9.7.txt
index c93339a9d2..0a969d6609 100644
--- a/docs/releases/1.9.7.txt
+++ b/docs/releases/1.9.7.txt
@@ -11,3 +11,6 @@ Bugfixes
* Removed the need for the ``request`` context processor on the admin login
page to fix a regression in 1.9 (:ticket:`26558`).
+
+* Fixed translation of password validators' ``help_text`` in forms
+ (:ticket:`26544`).