mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #36570 -- Removed unnecessary :py domain from documentation roles.
Signed-off-by: SaJH <wogur981208@gmail.com>
This commit is contained in:
@@ -380,8 +380,8 @@ Utilities
|
||||
~~~~~~~~~
|
||||
|
||||
* :class:`~django.utils.safestring.SafeString` now returns
|
||||
:py:data:`NotImplemented` in ``__add__`` for non-string right-hand side
|
||||
values. This aligns with the :py:class:`str` addition behavior and allows
|
||||
:data:`NotImplemented` in ``__add__`` for non-string right-hand side
|
||||
values. This aligns with the :class:`str` addition behavior and allows
|
||||
``__radd__`` to be used if available.
|
||||
|
||||
* :func:`~django.utils.html.format_html_join` now supports taking an iterable
|
||||
|
||||
Reference in New Issue
Block a user