diff options
| author | Alexander Gaevsky <sasha@sasha0.ru> | 2015-12-24 23:32:53 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-29 19:37:29 -0500 |
| commit | 312e488a218a0c115cd23243b328dee5aee45965 (patch) | |
| tree | 6af816d996f2d5cace588babe17eb92041b47db3 /docs | |
| parent | 5f3c5e40b25f2b7ab1f42bfa0169fe40c35e97bb (diff) | |
[1.9.x] Fixed #25465 -- Restored line breaks conversion in admin readonly fields.
Backport of 69208a5a1c55d42ca0eaffa900be643d9f801089 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.8.txt | 3 | ||||
| -rw-r--r-- | docs/releases/1.9.1.txt | 3 |
2 files changed, 6 insertions, 0 deletions
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 ``<br>`` (:ticket:`25465`). diff --git a/docs/releases/1.9.1.txt b/docs/releases/1.9.1.txt index f7fa7cf37c..4fca0f78ab 100644 --- a/docs/releases/1.9.1.txt +++ b/docs/releases/1.9.1.txt @@ -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`). |
