Ticket #6021: recursion.diff
File recursion.diff, 468 bytes (added by , 17 years ago) |
---|
-
django/utils/safestring.py
41 41 else: 42 42 return super(SafeString, self).__add__(rhs) 43 43 44 def __str__(self):45 return self46 47 44 def _proxy_method(self, *args, **kwargs): 48 45 """ 49 46 Wrap a call to a normal unicode method up so that we return safe