Bases: horizon.forms.base.SelfHandlingForm
-
PERIOD_CHOICES = (('1h', <django.utils.functional.__proxy__ object at 0x2b665f766390>), ('1', <django.utils.functional.__proxy__ object at 0x2b665f766050>), ('7', <django.utils.functional.__proxy__ object at 0x2b665f766310>), ('16', <django.utils.functional.__proxy__ object at 0x2b665f766450>), ('15', <django.utils.functional.__proxy__ object at 0x2b665f766ed0>), ('30', <django.utils.functional.__proxy__ object at 0x2b665f7662d0>), ('365', <django.utils.functional.__proxy__ object at 0x2b665f766950>), ('other', <django.utils.functional.__proxy__ object at 0x2b665f2491d0>))
-
base_fields = {'period': <django.forms.fields.ChoiceField object at 0x2b665f249490>, 'date_from': <django.forms.fields.DateField object at 0x2b665faddcd0>, 'date_to': <django.forms.fields.DateField object at 0x2b665faddf50>}
-
clean_date_from()[source]
-
clean_date_to()[source]
-
handle(request, data)[source]
-
media