django :: forms :: models :: ModelForm :: Class ModelForm
[hide private]
[frames] | no frames]

Class ModelForm


Instance Methods [hide private]

Inherited from BaseModelForm: __init__, clean, save, validate_unique

Inherited from BaseModelForm (private): _get_validation_exclusions, _post_clean, _update_errors

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

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

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

Properties [hide private]

Inherited from forms.BaseForm: changed_data, errors, media

Inherited from object: __class__