module documentation

Undocumented

Class BaseValidator Undocumented
Class DecimalValidator Validate that the input does not exceed the maximum number of digits expected, otherwise raise ValidationError.
Class EmailValidator Undocumented
Class FileExtensionValidator Undocumented
Class MaxLengthValidator Undocumented
Class MaxValueValidator Undocumented
Class MinLengthValidator Undocumented
Class MinValueValidator Undocumented
Class ProhibitNullCharactersValidator Validate that the string doesn't contain the null character.
Class RegexValidator No class docstring; 0/5 instance variable, 1/3 method documented
Class StepValueValidator Undocumented
Class URLValidator Undocumented
Function get_available_image_extensions Undocumented
Function int_list_validator Undocumented
Function ip_address_validators Depending on the given parameters, return the appropriate validators for the GenericIPAddressField.
Function validate_image_file_extension Undocumented
Function validate_integer Undocumented
Function validate_ipv46_address Undocumented
Function validate_ipv4_address Undocumented
Function validate_ipv6_address Undocumented
Constant EMPTY_VALUES Undocumented
Variable integer_validator Undocumented
Variable ip_address_validator_map Undocumented
Variable slug_re Undocumented
Variable slug_unicode_re Undocumented
Variable validate_comma_separated_integer_list Undocumented
Variable validate_email Undocumented
Variable validate_slug Undocumented
Variable validate_unicode_slug Undocumented
def get_available_image_extensions(): (source)

Undocumented

def int_list_validator(sep=',', message=None, code='invalid', allow_negative=False): (source)

Undocumented

def ip_address_validators(protocol, unpack_ipv4): (source)

Depending on the given parameters, return the appropriate validators for the GenericIPAddressField.

def validate_image_file_extension(value): (source)

Undocumented

def validate_integer(value): (source)

Undocumented

def validate_ipv46_address(value): (source)

Undocumented

def validate_ipv4_address(value): (source)

Undocumented

def validate_ipv6_address(value): (source)

Undocumented

EMPTY_VALUES: tuple = (source)

Undocumented

Value
(None, '', [], (), {})
integer_validator = (source)

Undocumented

ip_address_validator_map = (source)

Undocumented

Undocumented

slug_unicode_re = (source)

Undocumented

validate_comma_separated_integer_list = (source)

Undocumented

validate_email = (source)

Undocumented

validate_slug = (source)

Undocumented

validate_unicode_slug = (source)

Undocumented