{% extends 'doc/en/base.html' %} {% load static %} {% block content %} {% verbatim %}
class BlitzModelForm(forms.ModelForm):
mutate_inputs = True
mutate_text_area = True
mutate_select = True
mutate_select_multiple = True
class BlitzForm(forms.Form):
mutate_inputs = True
mutate_text_area = True
mutate_select = True
mutate_select_multiple = True
Specifies whether the INPUT of the form will be modified.
Specifies whether the textarese of the form will be modified.
Specifies whether the simple selection selects of the form will be modified.
Specifies whether the selection selects multiple form will be modified.