diff options
| author | devilsautumn <bhuvnesh875@gmail.com> | 2023-06-06 14:26:53 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-06-06 14:14:57 +0200 |
| commit | 094b0bea2ce76db9d3dc06c384d4ac3b22705810 (patch) | |
| tree | 3a6745cd3020b7e91c2d0ebd905b6327a7b0cea8 /docs/ref/utils.txt | |
| parent | 4f6a51dfe6a4a8d5ed61c73b902e808109f142b0 (diff) | |
Fixed #34609 -- Deprecated calling format_html() without arguments.
Diffstat (limited to 'docs/ref/utils.txt')
| -rw-r--r-- | docs/ref/utils.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index e37e59ddf2..acbe5d51a6 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -651,6 +651,11 @@ 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 |
