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:
committed by
Mariusz Felisiak
parent
4f6a51dfe6
commit
094b0bea2c
@@ -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
|
||||
=======================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user