class documentation

class SafeData:

Known subclasses: django.utils.safestring.SafeString

View In Hierarchy

Undocumented

Method __html__ Return the html representation of a string for interoperability.
def __html__(self):

Return the html representation of a string for interoperability.

This allows other template engines to understand Django's SafeData.