Fixed #25465 -- Restored line breaks conversion in admin readonly fields.

This commit is contained in:
Alexander Gaevsky 2015-12-24 23:32:53 +02:00 committed by Tim Graham
parent dbb0df2a0e
commit 69208a5a1c
6 changed files with 28 additions and 3 deletions

View file

@ -48,3 +48,6 @@ Bugfixes
``filter_horizontal`` and ``filter_vertical`` widgets, which could result
in inadvertent data loss if a user didn't notice that and then submitted the
form (:ticket:`22955`).
* Fixed a regression in the admin which ignored line breaks in read-only fields
instead of converting them to ``<br>`` (:ticket:`25465`).

View file

@ -67,3 +67,6 @@ Bugfixes
* Fixed ``isnull`` query lookup for ``ForeignObject``
(:ticket:`25972`).
* Fixed a regression in the admin which ignored line breaks in read-only fields
instead of converting them to ``<br>`` (:ticket:`25465`).