| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
newforms.fields.Field --+
|
newforms.fields.CharField --+
|
newforms.fields.RegexField --+
|
ARCUITField
This field validates a CUIT (Código Único de Identificación Tributaria). A CUIT is of the form XX-XXXXXXXX-V. The last digit is a check digit.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
default_error_messages = {'invalid': ugettext('Enter a valid C
|
|||
|
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.
|
Value can be either a string in the format XX-XXXXXXXX-X or an 11-digit number.
|
|
|||
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 |