summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-04-19 12:59:30 -0400
committerTim Graham <timograham@gmail.com>2017-04-19 12:59:53 -0400
commitcf1e682c8c68d7187c34f46f2717b22f830d92a1 (patch)
tree9bd53b6aace19b14efc7ceeca0ee0503a9c99411 /docs
parentfd983bcb50a4fd610f6b9918bca6efa858eeffec (diff)
[1.11.x] Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget.
Backport of dff559ff83a6aac14de0bbca58101786edf4195f from master
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`).