mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escape()/unescape().
This commit is contained in:
committed by
Carlton Gibson
parent
28d5262fa3
commit
8d76443aba
@@ -348,6 +348,10 @@ Miscellaneous
|
||||
the session and :func:`django.contrib.auth.logout` no longer preserves the
|
||||
session's language after logout.
|
||||
|
||||
* :func:`django.utils.html.escape` now uses :func:`html.escape` to escape HTML.
|
||||
This converts ``'`` to ``'`` instead of the previous equivalent decimal
|
||||
code ``'``.
|
||||
|
||||
.. _deprecated-features-3.0:
|
||||
|
||||
Features deprecated in 3.0
|
||||
|
||||
Reference in New Issue
Block a user