Package django :: Package contrib :: Package formtools :: Module tests :: Class TestForm
[hide private]
[frames] | no frames]

Class TestForm

source code

                  object --+            
                           |            
utils.encoding.StrAndUnicode --+        
                               |        
         newforms.forms.BaseForm --+    
                                   |    
                 newforms.forms.Form --+
                                       |
                                      TestForm

Nested Classes [hide private]

Inherited from newforms.forms.Form: __metaclass__

Instance Methods [hide private]

Inherited from newforms.forms.BaseForm: __getitem__, __init__, __iter__, __unicode__, add_prefix, as_p, as_table, as_ul, clean, full_clean, is_multipart, is_valid, non_field_errors

Inherited from newforms.forms.BaseForm (private): _get_errors, _html_output

Inherited from utils.encoding.StrAndUnicode: __str__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Variables [hide private]
  field1 = forms.CharField()
  field1_ = forms.CharField()

Inherited from newforms.forms.Form: base_fields

Properties [hide private]

Inherited from newforms.forms.BaseForm: errors

Inherited from object: __class__