django.utils.safestring.SafeData
django
utils
safestring
SafeData
class SafeData:
Known subclasses: django.utils.safestring.SafeString
django.utils.safestring.SafeString
View In Hierarchy
Undocumented
__html__
Return the html representation of a string for interoperability.
This allows other template engines to understand Django's SafeData.