summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-05-01 21:29:24 -0400
committerTim Graham <timograham@gmail.com>2017-05-01 21:31:33 -0400
commit6e89abdc49e6c002290adb8f9e43db3cb9c889ab (patch)
treeec0f3cecf8de479fa5fd833f3b7b39bbf6b76eb0 /docs
parent369321819c0807c5ba191904241b161d5f969b05 (diff)
[1.11.x] Refs #28100 -- Added 1.11.1 release note for e6bfd3d751278d7cfd09af1120c4bbce509c05da.
Backport of 941280229e8cd108c2d8ead12b0dcf3ff021bf23 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 dd4f4f1fd2..64394aa755 100644
--- a/docs/releases/1.11.1.txt
+++ b/docs/releases/1.11.1.txt
@@ -37,6 +37,9 @@ Bugfixes
* Allowed prefetch calls on managers with custom ``ModelIterable`` subclasses
(:ticket:`28096`).
+* Fixed change password link in the ``contrib.auth`` admin for ``el``,
+ ``es_MX``, and ``pt`` translations (:ticket:`28100`).
+
* Restored the output of the ``class`` attribute in the ``<ul>`` of widgets
that use the ``multiple_input.html`` template. This fixes
``ModelAdmin.radio_fields`` with ``admin.HORIZONTAL`` (:ticket:`28059`).