Refs #28100 -- Added 1.11.1 release note for e6bfd3d751.

This commit is contained in:
Tim Graham 2017-05-01 21:29:24 -04:00
parent 05098fa449
commit 941280229e
1 changed files with 3 additions and 0 deletions

View File

@ -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`).