Bases: horizon.forms.base.SelfHandlingForm
-
PERIOD_CHOICES = (('1h', <django.utils.functional.__proxy__ object at 0x2b2dd5270350>), ('1', <django.utils.functional.__proxy__ object at 0x2b2dd5270490>), ('7', <django.utils.functional.__proxy__ object at 0x2b2dd5270710>), ('24', <django.utils.functional.__proxy__ object at 0x2b2dd5270e10>), ('15', <django.utils.functional.__proxy__ object at 0x2b2dd52708d0>), ('30', <django.utils.functional.__proxy__ object at 0x2b2dd5270fd0>), ('365', <django.utils.functional.__proxy__ object at 0x2b2dd52703d0>), ('other', <django.utils.functional.__proxy__ object at 0x2b2dd52701d0>))
-
base_fields = {'period': <django.forms.fields.ChoiceField object at 0x2b2dd4c23750>, 'date_from': <django.forms.fields.DateField object at 0x2b2dd4c236d0>, 'date_to': <django.forms.fields.DateField object at 0x2b2dd4c23790>}
-
clean_date_from()[source]
-
clean_date_to()[source]
-
handle(request, data)[source]
-
media