mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #26544 -- Delayed translations of SetPasswordForm help_texts
Thanks Michael Bitzi for the reporti and Tim Graham for the review.
This commit is contained in:
parent
deeffde84a
commit
b26fedacef
3 changed files with 25 additions and 2 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue