mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #27207 -- Replaced <p> tag with <div> in admin help texts.
This commit is contained in:
committed by
Tim Graham
parent
14879ac61d
commit
2d26b4637f
@@ -494,6 +494,9 @@ Miscellaneous
|
||||
* ETags are now parsed according to the :rfc:`7232` Conditional Requests
|
||||
specification rather than the syntax from :rfc:`2616`.
|
||||
|
||||
* In the admin templates, ``<p class="help">`` is replaced with a ``<div>`` tag
|
||||
to allow including lists inside help text.
|
||||
|
||||
.. _deprecated-features-1.11:
|
||||
|
||||
Features deprecated in 1.11
|
||||
|
||||
Reference in New Issue
Block a user