diff options
Diffstat (limited to 'docs')
| -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 9b81117095..ccd79bcd48 100644 --- a/docs/releases/5.2.txt +++ b/docs/releases/5.2.txt @@ -262,8 +262,8 @@ URLs Utilities ~~~~~~~~~ -* :class:`~django.utils.safestring.SafeString` now raises - :exc:`NotImplementedError` in ``__add__`` for non-string right-hand side +* :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 ``__radd__`` to be used if available. |
