class documentation

class URLValidator(RegexValidator):

View In Hierarchy

Undocumented

Instance Variable schemes Undocumented
Method __call__ Validate that the input contains (or does not contain, if inverse_match is True) a match for the regular expression.
Method __init__ Undocumented
Class Variable domain​_re Undocumented
Class Variable host​_re Undocumented
Class Variable hostname​_re Undocumented
Class Variable ipv4​_re Undocumented
Class Variable ipv6​_re Undocumented
Class Variable message Undocumented
Class Variable regex Undocumented
Class Variable tld​_re Undocumented
Class Variable ul Undocumented
Class Variable unsafe​_chars Undocumented

Inherited from RegexValidator:

Instance Variable code Undocumented
Instance Variable flags Undocumented
Instance Variable inverse​_match Undocumented
Method __eq__ Undocumented
schemes =

Undocumented

def __call__(self, value):
Validate that the input contains (or does not contain, if inverse_match is True) a match for the regular expression.
def __init__(self, schemes=None, **kwargs):
domain_re =

Undocumented

host_re =

Undocumented

hostname_re =

Undocumented

ipv4_re: str =

Undocumented

ipv6_re: str =

Undocumented

message =
regex =
tld_re =

Undocumented

ul: str =

Undocumented

unsafe_chars =

Undocumented