diff options
Diffstat (limited to 'docs/releases/5.2.txt')
| -rw-r--r-- | docs/releases/5.2.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/5.2.txt b/docs/releases/5.2.txt index d5ecce48d7..fa005bd550 100644 --- a/docs/releases/5.2.txt +++ b/docs/releases/5.2.txt @@ -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 |
