Statistics
This package contains all forms for statistics
Statistics Filter Form
Form for submitting filter requests
- class integreat_cms.cms.forms.statistics.statistics_filter_form.StatisticsFilterForm(data=None, files=None, auto_id='id_%s', prefix=None, initial=None, error_class=<class 'django.forms.utils.ErrorList'>, label_suffix=None, empty_permitted=False, field_order=None, use_required_attribute=None, renderer=None)[source]
Bases:
Form
Form to filter the statistics graph
Form fields:
start_date
: From (DateField
)end_date
: To (DateField
)period
: Evaluation (ChoiceField
)
- clean() dict [source]
Validate form fields which depend on each other, see
django.forms.Form.clean()
- Returns:
The cleaned data
- Return type:
- property media[source]
Return all media required to render the widgets on this form.