Bases: horizon.forms.base.SelfHandlingForm
-
PERIOD_CHOICES = (('1', <django.utils.functional.__proxy__ object at 0x766d510>), ('7', <django.utils.functional.__proxy__ object at 0x766de10>), ('6', <django.utils.functional.__proxy__ object at 0x766d5d0>), ('15', <django.utils.functional.__proxy__ object at 0x766dad0>), ('30', <django.utils.functional.__proxy__ object at 0x766d410>), ('365', <django.utils.functional.__proxy__ object at 0x766df10>), ('other', <django.utils.functional.__proxy__ object at 0x766dfd0>))
-
base_fields = OrderedDict([('period', <django.forms.fields.ChoiceField object at 0x766db90>), ('date_from', <django.forms.fields.DateField object at 0x766d450>), ('date_to', <django.forms.fields.DateField object at 0x766d290>)])
-
clean_date_from()[source]
-
clean_date_to()[source]
-
declared_fields = OrderedDict([('period', <django.forms.fields.ChoiceField object at 0x766db90>), ('date_from', <django.forms.fields.DateField object at 0x766d450>), ('date_to', <django.forms.fields.DateField object at 0x766d290>)])
-
handle(request, data)[source]
-
media