Package couchdbkit :: Package ext :: Package django :: Module forms :: Class DocumentForm
[hide private]
[frames] | no frames]

Class DocumentForm

source code

                         object --+            
                                  |            
django.utils.encoding.StrAndUnicode --+        
                                      |        
            django.forms.forms.BaseForm --+    
                                          |    
                           BaseDocumentForm --+
                                              |
                                             DocumentForm

The document form object

Nested Classes [hide private]
  __metaclass__
Instance Methods [hide private]

Inherited from BaseDocumentForm: __init__, save

Inherited from django.forms.forms.BaseForm: __getitem__, __iter__, __unicode__, add_initial_prefix, add_prefix, as_p, as_table, as_ul, clean, full_clean, has_changed, hidden_fields, is_multipart, is_valid, non_field_errors, visible_fields

Inherited from django.forms.forms.BaseForm (private): _clean_fields, _clean_form, _get_changed_data, _get_errors, _get_media, _html_output, _post_clean, _raw_value

Inherited from django.utils.encoding.StrAndUnicode: __str__

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

Properties [hide private]

Inherited from django.forms.forms.BaseForm: changed_data, errors, media

Inherited from object: __class__