class documentation

class DecimalValidator: (source)

View In Hierarchy

Validate that the input does not exceed the maximum number of digits expected, otherwise raise ValidationError.

Method __call__ Undocumented
Method __eq__ Undocumented
Method __init__ Undocumented
Class Variable messages Undocumented
Instance Variable decimal_places Undocumented
Instance Variable max_digits Undocumented
def __call__(self, value): (source)

Undocumented

def __eq__(self, other): (source)

Undocumented

def __init__(self, max_digits, decimal_places): (source)

Undocumented

messages = (source)

Undocumented

decimal_places = (source)

Undocumented

max_digits = (source)

Undocumented