Bases: horizon.forms.base.SelfHandlingForm
-
PERIOD_CHOICES = (('1', <django.utils.functional.__proxy__ object at 0x77b8650>), ('7', <django.utils.functional.__proxy__ object at 0x77b8490>), ('16', <django.utils.functional.__proxy__ object at 0x78f2c50>), ('15', <django.utils.functional.__proxy__ object at 0x78f20d0>), ('30', <django.utils.functional.__proxy__ object at 0x78f2210>), ('365', <django.utils.functional.__proxy__ object at 0x78f2cd0>), ('other', <django.utils.functional.__proxy__ object at 0x78f29d0>))
-
base_fields = OrderedDict([('period', <django.forms.fields.ChoiceField object at 0x78f2d10>), ('date_from', <django.forms.fields.DateField object at 0x5ff0510>), ('date_to', <django.forms.fields.DateField object at 0x6b3d710>)])
-
clean_date_from()[source]
-
clean_date_to()[source]
-
declared_fields = OrderedDict([('period', <django.forms.fields.ChoiceField object at 0x78f2d10>), ('date_from', <django.forms.fields.DateField object at 0x5ff0510>), ('date_to', <django.forms.fields.DateField object at 0x6b3d710>)])
-
handle(request, data)[source]
-
media