summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authordevilsautumn <bhuvnesh875@gmail.com>2023-06-06 14:26:53 +0530
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-06-06 14:14:57 +0200
commit094b0bea2ce76db9d3dc06c384d4ac3b22705810 (patch)
tree3a6745cd3020b7e91c2d0ebd905b6327a7b0cea8 /docs/internals
parent4f6a51dfe6a4a8d5ed61c73b902e808109f142b0 (diff)
Fixed #34609 -- Deprecated calling format_html() without arguments.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
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