Bases: horizon.forms.base.SelfHandlingForm
-
PERIOD_CHOICES = (('1', <django.utils.functional.__proxy__ object at 0xb32ba50>), ('7', <django.utils.functional.__proxy__ object at 0xb32bad0>), ('9', <django.utils.functional.__proxy__ object at 0xb32bb10>), ('15', <django.utils.functional.__proxy__ object at 0xb32bb50>), ('30', <django.utils.functional.__proxy__ object at 0xb32bb90>), ('365', <django.utils.functional.__proxy__ object at 0xb32bbd0>), ('other', <django.utils.functional.__proxy__ object at 0xb32bc10>))
-
base_fields = OrderedDict([('period', <horizon.forms.fields.ThemableChoiceField object at 0xb32bc90>), ('date_from', <django.forms.fields.DateField object at 0xb32bd90>), ('date_to', <django.forms.fields.DateField object at 0xb32be50>)])
-
clean_date_from()[source]
-
clean_date_to()[source]
-
declared_fields = OrderedDict([('period', <horizon.forms.fields.ThemableChoiceField object at 0xb32bc90>), ('date_from', <django.forms.fields.DateField object at 0xb32bd90>), ('date_to', <django.forms.fields.DateField object at 0xb32be50>)])
-
handle(request, data)[source]
-
media