1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #34609 -- Deprecated calling format_html() without arguments.

This commit is contained in:
devilsautumn
2023-06-06 14:26:53 +05:30
committed by Mariusz Felisiak
parent 4f6a51dfe6
commit 094b0bea2c
5 changed files with 30 additions and 0 deletions

View File

@@ -454,6 +454,9 @@ Miscellaneous
* The default scheme for ``forms.URLField`` will change from ``"http"`` to
``"https"`` in Django 6.0.
* Support for calling ``format_html()`` without passing args or kwargs will be
removed.
Features removed in 5.0
=======================