Bases: horizon.forms.base.SelfHandlingForm
-
PERIOD_CHOICES = (('1h', <django.utils.functional.__proxy__ object at 0x2b70e23268d0>), ('1', <django.utils.functional.__proxy__ object at 0x2b70e2326b50>), ('7', <django.utils.functional.__proxy__ object at 0x2b70e2326b90>), ('17', <django.utils.functional.__proxy__ object at 0x2b70e2326450>), ('15', <django.utils.functional.__proxy__ object at 0x2b70e2326410>), ('30', <django.utils.functional.__proxy__ object at 0x2b70e2741450>), ('365', <django.utils.functional.__proxy__ object at 0x2b70e2741690>), ('other', <django.utils.functional.__proxy__ object at 0x2b70e2741b50>))
-
base_fields = {'period': <django.forms.fields.ChoiceField object at 0x2b70e2741d90>, 'date_from': <django.forms.fields.DateField object at 0x2b70e27414d0>, 'date_to': <django.forms.fields.DateField object at 0x2b70e2741c50>}
-
clean_date_from()[source]
-
clean_date_to()[source]
-
handle(request, data)[source]
-
media