Bases: horizon.forms.base.SelfHandlingForm
-
PERIOD_CHOICES = (('1', <django.utils.functional.__proxy__ object at 0x96bc090>), ('7', <django.utils.functional.__proxy__ object at 0x96bc650>), ('23', <django.utils.functional.__proxy__ object at 0x96bc710>), ('15', <django.utils.functional.__proxy__ object at 0x96bc750>), ('30', <django.utils.functional.__proxy__ object at 0x96bc2d0>), ('365', <django.utils.functional.__proxy__ object at 0x96bca50>), ('other', <django.utils.functional.__proxy__ object at 0x59697d0>))
-
base_fields = OrderedDict([('period', <django.forms.fields.ChoiceField object at 0x5969e50>), ('date_from', <django.forms.fields.DateField object at 0x5969f10>), ('date_to', <django.forms.fields.DateField object at 0x5969210>)])
-
clean_date_from()[source]
-
clean_date_to()[source]
-
declared_fields = OrderedDict([('period', <django.forms.fields.ChoiceField object at 0x5969e50>), ('date_from', <django.forms.fields.DateField object at 0x5969f10>), ('date_to', <django.forms.fields.DateField object at 0x5969210>)])
-
handle(request, data)[source]
-
media