diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.2.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/releases/5.2.txt b/docs/releases/5.2.txt index a15e669205..9b81117095 100644 --- a/docs/releases/5.2.txt +++ b/docs/releases/5.2.txt @@ -262,7 +262,10 @@ URLs Utilities ~~~~~~~~~ -* ... +* :class:`~django.utils.safestring.SafeString` now raises + :exc:`NotImplementedError` 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. Validators ~~~~~~~~~~ |
