thecut-forms
master
Welcome to thecut-forms
Installation instructions
Usage
Testing
History
Credits
thecut-forms
Docs
»
Index
Edit on GitHub
Index
D
|
E
|
F
|
M
|
P
|
R
|
T
D
DateClassMixin (class in thecut.forms.forms)
DateTimeClassMixin (class in thecut.forms.forms)
E
EmailTypeMixin (class in thecut.forms.forms)
F
FormMixin (class in thecut.forms.forms)
M
MaxLengthMixin (class in thecut.forms.forms)
P
PlaceholderMixin (class in thecut.forms.forms)
R
RequiredMixin (class in thecut.forms.forms)
T
test_correct_maxlength_set_for_textarea_with_max_length() (thecut.forms.tests.test_forms.TestMaxLengthMixin method)
test_date_class_added_for_datefield() (thecut.forms.tests.test_forms.TestDateClassMixin method)
test_date_class_not_added_for_nondatefield() (thecut.forms.tests.test_forms.TestDateClassMixin method)
test_input_type_not_set_to_email_for_non_emailfield() (thecut.forms.tests.test_forms.TestEmailTypeMixin method)
test_input_type_set_to_email_for_emailfield() (thecut.forms.tests.test_forms.TestEmailTypeMixin method)
test_no_maxlength_for_non_textarea_with_max_length() (thecut.forms.tests.test_forms.TestMaxLengthMixin method)
test_no_maxlength_for_non_textarea_with_no_max_length() (thecut.forms.tests.test_forms.TestMaxLengthMixin method)
test_no_maxlength_for_textarea_with_no_max_length() (thecut.forms.tests.test_forms.TestMaxLengthMixin method)
test_placeholder_not_set_when_not_defiend() (thecut.forms.tests.test_forms.TestPlaceholderMixin method)
test_placeholder_set_when_defiend() (thecut.forms.tests.test_forms.TestPlaceholderMixin method)
test_required_attribute_not_set_for_optional_field() (thecut.forms.tests.test_forms.TestRequiredMixin method)
test_required_attribute_not_set_for_required_checkbox_widget() (thecut.forms.tests.test_forms.TestRequiredMixin method)
test_required_attribute_not_set_for_required_radio_widget() (thecut.forms.tests.test_forms.TestRequiredMixin method)
test_required_attribute_set_for_required_field() (thecut.forms.tests.test_forms.TestRequiredMixin method)
test_time_class_added_for_timefield() (thecut.forms.tests.test_forms.TestTimeClassMixin method)
test_time_class_not_added_for_nontimefield() (thecut.forms.tests.test_forms.TestTimeClassMixin method)
TestDateClassMixin (class in thecut.forms.tests.test_forms)
TestEmailTypeMixin (class in thecut.forms.tests.test_forms)
TestFormMixin (class in thecut.forms.tests.test_forms)
TestMaxLengthMixin (class in thecut.forms.tests.test_forms)
TestPlaceholderMixin (class in thecut.forms.tests.test_forms)
TestRequiredMixin (class in thecut.forms.tests.test_forms)
TestTimeClassMixin (class in thecut.forms.tests.test_forms)
TimeClassMixin (class in thecut.forms.forms)