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 | 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 | BaseValidator |
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 |