From 83174866ac462e91913923e2368c23633a451f06 Mon Sep 17 00:00:00 2001 From: Alexander Gaevsky Date: Thu, 24 Dec 2015 23:32:53 +0200 Subject: [1.8.x] Fixed #25465 -- Restored line breaks conversion in admin readonly fields. Backport of 69208a5a1c55d42ca0eaffa900be643d9f801089 from master --- docs/releases/1.8.8.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.8.txt b/docs/releases/1.8.8.txt index f3c4e8bba1..8caf5f7ff5 100644 --- a/docs/releases/1.8.8.txt +++ b/docs/releases/1.8.8.txt @@ -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 ``
`` (:ticket:`25465`). -- cgit v1.3