Class DecimalValidator
Validate that the input does not exceed the maximum number of digits expected, otherwise raise ValidationError.
Declaration
@deconstructible
class DecimalValidator
source linkDocumentation
Methods
▷ def __init__(self, max_digits, decimal_places)