Bases: horizon.forms.base.SelfHandlingForm
-
PERIOD_CHOICES = (('1', <django.utils.functional.__proxy__ object at 0xb45e2d0>), ('7', <django.utils.functional.__proxy__ object at 0xb44cdd0>), ('21', <django.utils.functional.__proxy__ object at 0xb44c210>), ('15', <django.utils.functional.__proxy__ object at 0xb44ca50>), ('30', <django.utils.functional.__proxy__ object at 0xb44c0d0>), ('365', <django.utils.functional.__proxy__ object at 0xb44cc50>), ('other', <django.utils.functional.__proxy__ object at 0xb44c490>))
-
base_fields = OrderedDict([('period', <django.forms.fields.ChoiceField object at 0xb44cf50>), ('date_from', <django.forms.fields.DateField object at 0xb837d10>), ('date_to', <django.forms.fields.DateField object at 0xa41ea90>)])
-
clean_date_from()[source]
-
clean_date_to()[source]
-
declared_fields = OrderedDict([('period', <django.forms.fields.ChoiceField object at 0xb44cf50>), ('date_from', <django.forms.fields.DateField object at 0xb837d10>), ('date_to', <django.forms.fields.DateField object at 0xa41ea90>)])
-
handle(request, data)[source]
-
media