|
def | __init__ |
|
def | __call__ |
|
def | __init__ |
|
def | __call__ |
|
|
| verify_exists |
|
| user_agent |
|
| regex |
|
| message |
|
| code |
|
|
tuple | regex |
|
string | regex = '' |
|
tuple | message = _(u'Enter a valid value.') |
|
string | code = 'invalid' |
|
tuple google.appengine._internal.django.core.validators.URLValidator.regex |
|
static |
Initial value:
3 r'(?:(?:[A-Z0-9](?:[A-Z0-9-]{0,61}[A-Z0-9])?\.)+[A-Z]{2,6}\.?|'
5 r'\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})'
7 r'(?:/?|[/?]\S+)$', re.IGNORECASE)
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/_internal/django/core/validators.py