diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-08-20 07:33:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-20 07:33:39 +0200 |
| commit | bcddf641ae705209c01a4b18a9384aa91fdc94e1 (patch) | |
| tree | 5d92336ac4f54a7258df1b5e68a6a271e51ec0b9 /docs | |
| parent | f5c944b3141c58bb4a5c7bbca61180b2ad7c13aa (diff) | |
Corrected release notes of calling format_html() without arguments.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.0.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt index 1cc5695d5a..de6d67284a 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. |
