Bases: horizon.forms.base.SelfHandlingForm
-
PERIOD_CHOICES = (('1', <django.utils.functional.__proxy__ object at 0xbc2c7d0>), ('7', <django.utils.functional.__proxy__ object at 0xbc2cd50>), ('13', <django.utils.functional.__proxy__ object at 0x841f090>), ('15', <django.utils.functional.__proxy__ object at 0x89b6390>), ('30', <django.utils.functional.__proxy__ object at 0xbb81590>), ('365', <django.utils.functional.__proxy__ object at 0xbea85d0>), ('other', <django.utils.functional.__proxy__ object at 0xbea8610>))
-
base_fields = OrderedDict([('period', <django.forms.fields.ChoiceField object at 0xbea8a10>), ('date_from', <django.forms.fields.DateField object at 0xbea8ed0>), ('date_to', <django.forms.fields.DateField object at 0xbea8d10>)])
-
clean_date_from()[source]
-
clean_date_to()[source]
-
declared_fields = OrderedDict([('period', <django.forms.fields.ChoiceField object at 0xbea8a10>), ('date_from', <django.forms.fields.DateField object at 0xbea8ed0>), ('date_to', <django.forms.fields.DateField object at 0xbea8d10>)])
-
handle(request, data)[source]
-
media