1
0
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:
Alexander Gaevsky
2016-04-14 20:10:55 +03:00
committed by Tim Graham
parent 14879ac61d
commit 2d26b4637f
9 changed files with 44 additions and 22 deletions

View File

@@ -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