1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Refs #34609 -- Removed support for calling format_html() without arguments per deprecation timeline.

This commit is contained in:
Sarah Boyce
2024-12-12 17:01:49 +01:00
parent 8081557508
commit 1e331911a8
4 changed files with 6 additions and 21 deletions

View File

@@ -687,11 +687,6 @@ escaping HTML.
through :func:`conditional_escape` which (ultimately) calls
:func:`~django.utils.encoding.force_str` on the values.
.. deprecated:: 5.0
Support for calling ``format_html()`` without passing args or kwargs is
deprecated.
.. function:: format_html_join(sep, format_string, args_generator)
A wrapper of :func:`format_html`, for the common case of a group of