From 094b0bea2ce76db9d3dc06c384d4ac3b22705810 Mon Sep 17 00:00:00 2001 From: devilsautumn Date: Tue, 6 Jun 2023 14:26:53 +0530 Subject: Fixed #34609 -- Deprecated calling format_html() without arguments. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index b27348adb0..fa2a1c0a0c 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -35,6 +35,9 @@ details on these changes. * The default scheme for ``forms.URLField`` will change from ``"http"`` to ``"https"``. +* Support for calling ``format_html()`` without passing args or kwargs will be + removed. + .. _deprecation-removed-in-5.1: 5.1 -- cgit v1.3