class documentation

class Message: (source)

View In Hierarchy

Represent an actual message that can be stored in any of the supported storage classes (typically session- or cookie-based) and rendered in a view or template.

Method __eq__ Undocumented
Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable extra_tags Undocumented
Instance Variable level Undocumented
Instance Variable message Undocumented
Property level_tag Undocumented
Property tags Undocumented
Method _prepare Prepare the message for serialization by forcing the ``message`` and ``extra_tags`` to str in case they are lazy translations.
def __eq__(self, other): (source)

Undocumented

def __init__(self, level, message, extra_tags=None): (source)

Undocumented

def __str__(self): (source)

Undocumented

extra_tags = (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

def _prepare(self): (source)

Prepare the message for serialization by forcing the ``message`` and ``extra_tags`` to str in case they are lazy translations.