From 98972b53aabbca8b7ce74b462d00a6a2c2d26287 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 20 Aug 2025 07:33:39 +0200 Subject: [PATCH] [5.2.x] Corrected release notes of calling format_html() without arguments. Backport of bcddf641ae705209c01a4b18a9384aa91fdc94e1 from main --- docs/releases/5.0.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt index 303ee88078..0baf33e79e 100644 --- a/docs/releases/5.0.txt +++ b/docs/releases/5.0.txt @@ -628,8 +628,8 @@ Miscellaneous * ``FORMS_URLFIELD_ASSUME_HTTPS`` transitional setting is deprecated. -* Support for calling ``format_html()`` without passing args or kwargs will be - removed. +* Support for calling ``format_html()`` without passing args or kwargs is + deprecated. * Support for ``cx_Oracle`` is deprecated in favor of `oracledb`_ 1.3.2+ Python driver.