class documentation

class Message:

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
Method ​_prepare Prepare the message for serialization by forcing the message and extra_tags to str in case they are lazy translations.
Instance Variable extra​_tags Undocumented
Instance Variable level Undocumented
Instance Variable message Undocumented
Property level​_tag Undocumented
Property tags Undocumented
def __eq__(self, other):

Undocumented

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

Undocumented

def __str__(self):

Undocumented

def _prepare(self):
Prepare the message for serialization by forcing the message and extra_tags to str in case they are lazy translations.
extra_tags =

Undocumented

level =

Undocumented

message =

Undocumented

@property
level_tag =

Undocumented

@property
tags =

Undocumented