1
0
mirror of https://github.com/django/django.git synced 2025-03-03 21:55:04 +00:00
Matthias Kestenholz d84200e4eb Fixed #35648 -- Raised NotImplementedError in SafeString.__add__ for non-string RHS.
This change ensures SafeString addition operations handle non-string RHS
properly, allowing them to implement __radd__ for better compatibility.
2024-08-12 14:25:05 -03:00
..
2024-08-07 10:09:42 -03:00
2024-01-26 12:45:07 +01:00