class documentation

class UnicodeUsernameValidator(validators.RegexValidator): (source)

View In Hierarchy

Undocumented

Class Variable flags Undocumented
Class Variable message Undocumented
Class Variable regex Undocumented

Inherited from RegexValidator:

Method __call__ Validate that the input contains (or does *not* contain, if inverse_match is True) a match for the regular expression.
Method __eq__ Undocumented
Method __init__ Undocumented
Instance Variable code Undocumented
Instance Variable inverse_match Undocumented