![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
def | __call__ |
Public Attributes | |
regex | |
message | |
code | |
Static Public Attributes | |
string | regex = '' |
tuple | message = _(u'Enter a valid value.') |
string | code = 'invalid' |
def google.appengine._internal.django.core.validators.RegexValidator.__call__ | ( | self, | |
value | |||
) |
Validates that the input matches the regular expression.