mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #24046 -- Removed mark_for_escaping() per deprecation timeline.
This commit is contained in:
@@ -378,3 +378,9 @@ these features.
|
||||
|
||||
* ``FileField`` methods ``get_directory_name()`` and ``get_filename()`` are
|
||||
removed.
|
||||
|
||||
* The ``mark_for_escaping()`` function and the classes it uses: ``EscapeData``,
|
||||
``EscapeBytes``, ``EscapeText``, ``EscapeString``, and ``EscapeUnicode`` are
|
||||
removed.
|
||||
|
||||
* The ``escape`` filter now uses ``django.utils.html.conditional_escape()``.
|
||||
|
||||
Reference in New Issue
Block a user