1
0
mirror of https://github.com/django/django.git synced 2025-08-20 08:49:13 +00:00

Corrected release notes of calling format_html() without arguments.

This commit is contained in:
Mariusz Felisiak 2025-08-20 07:33:39 +02:00 committed by GitHub
parent f5c944b314
commit bcddf641ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.