mirror of
https://github.com/django/django.git
synced 2025-02-15 11:58:44 +00:00
This change ensures SafeString addition operations handle non-string RHS properly, allowing them to implement __radd__ for better compatibility.