mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25465 -- Restored line breaks conversion in admin readonly fields.
This commit is contained in:
committed by
Tim Graham
parent
dbb0df2a0e
commit
69208a5a1c
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user