| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
newforms.fields.Field --+
|
newforms.fields.CharField --+
|
newforms.fields.RegexField --+
|
ARPostalCodeField
A field that accepts a 'classic' NNNN Postal Code or a CPA.
See http://www.correoargentino.com.ar/consulta_cpa/home.php
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
default_error_messages = {'invalid': ugettext("Enter a postal
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
regex can be either a string or a compiled regular expression object. error_message is an optional error message to use, if 'Enter a valid value' is too generic for you.
|
Validates that the input matches the regular expression. Returns a Unicode object.
|
|
|||
default_error_messages
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Apr 17 18:52:16 2008 | http://epydoc.sourceforge.net |