summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-04-19 12:59:30 -0400
committerGitHub <noreply@github.com>2017-04-19 12:59:30 -0400
commitdff559ff83a6aac14de0bbca58101786edf4195f (patch)
treead630eb09ba1aaf8989dc4294c7855611ec9f56d /docs
parentcd7afcdcac69cc4e6f762188262957bceb4760e0 (diff)
Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.1.txt b/docs/releases/1.11.1.txt
index 41f82a0c63..26ff892731 100644
--- a/docs/releases/1.11.1.txt
+++ b/docs/releases/1.11.1.txt
@@ -30,3 +30,6 @@ Bugfixes
* Prevented ``SessionBase.cycle_key()`` from losing session data if
``_session_cache`` isn't populated (:ticket:`28066`).
+
+* Fixed layout of ``ReadOnlyPasswordHashWidget`` (used in the admin's user
+ change page) (:ticket:`28097`).