1
0
mirror of https://github.com/django/django.git synced 2025-08-25 11:19:12 +00:00

[5.2.x] Corrected release notes of calling format_html() without arguments.

Backport of bcddf641ae705209c01a4b18a9384aa91fdc94e1 from main
This commit is contained in:
Mariusz Felisiak 2025-08-20 07:33:39 +02:00
parent 38844c348b
commit 98972b53aa

View File

@ -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.