vkk.workhours.accounting.departments.forms
class
EvaluationForm(django.forms.forms.Form):
6class EvaluationForm(Form): 7 periods = ModelMultipleChoiceField( 8 widget=SelectMultiple(attrs={"style":"height: auto;"}), 9 queryset=Period.objects.all().order_by('-start') 10 )
A collection of Fields, plus their associated data.
Inherited Members
- django.forms.forms.BaseForm
- BaseForm
- order_fields
- errors
- is_valid
- add_prefix
- add_initial_prefix
- get_context
- non_field_errors
- add_error
- has_error
- full_clean
- clean
- has_changed
- changed_data
- is_multipart
- visible_fields
- get_initial_for_field
- django.forms.utils.RenderableFormMixin
- as_p
- as_table
- as_ul
- as_div
- django.forms.utils.RenderableMixin
- render