|
__init__(self,
data=None,
files=None,
auto_id=' id_%s ' ,
prefix=None,
initial=None,
error_class=<class 'django.forms.util.ErrorList'>,
label_suffix=' : ' ,
empty_permitted=False,
instance=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
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__
|