module documentation

Undocumented

Class ​Decimal​Validator Validate that the input does not exceed the maximum number of digits expected, otherwise raise ValidationError.
Class ​Email​Validator Undocumented
Class ​File​Extension​Validator Undocumented
Class ​Max​Length​Validator Undocumented
Class ​Max​Value​Validator Undocumented
Class ​Min​Length​Validator Undocumented
Class ​Min​Value​Validator Undocumented
Class ​Prohibit​Null​Characters​Validator Validate that the string doesn't contain the null character.
Class ​Regex​Validator No class docstring; 0/5 instance variable, 1/3 method documented
Class ​URLValidator Undocumented
Function int​_list​_validator 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
Class ​Base​Validator Undocumented
Function get​_available​_image​_extensions 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
def int_list_validator(sep=',', message=None, code='invalid', allow_negative=False):

Undocumented

EMPTY_VALUES: tuple =

Undocumented

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

Undocumented

ip_address_validator_map =

Undocumented

slug_re =

Undocumented

slug_unicode_re =

Undocumented

validate_comma_separated_integer_list =

Undocumented

validate_email =

Undocumented

validate_slug =

Undocumented

validate_unicode_slug =

Undocumented

def get_available_image_extensions():

Undocumented

def ip_address_validators(protocol, unpack_ipv4):
Depending on the given parameters, return the appropriate validators for the GenericIPAddressField.
def validate_image_file_extension(value):

Undocumented

def validate_integer(value):

Undocumented

def validate_ipv46_address(value):

Undocumented

def validate_ipv4_address(value):

Undocumented

def validate_ipv6_address(value):

Undocumented