Bases: horizon.forms.base.SelfHandlingForm
-
PERIOD_CHOICES = (('1h', <django.utils.functional.__proxy__ object at 0x2b2760f9b9d0>), ('1', <django.utils.functional.__proxy__ object at 0x2b276140ea50>), ('7', <django.utils.functional.__proxy__ object at 0x2b276140ef50>), ('25', <django.utils.functional.__proxy__ object at 0x2b276140ee10>), ('15', <django.utils.functional.__proxy__ object at 0x2b276140ee90>), ('30', <django.utils.functional.__proxy__ object at 0x2b2761916910>), ('365', <django.utils.functional.__proxy__ object at 0x2b27619164d0>), ('other', <django.utils.functional.__proxy__ object at 0x2b2761916b10>))
-
base_fields = {'period': <django.forms.fields.ChoiceField object at 0x2b2761916650>, 'date_from': <django.forms.fields.DateField object at 0x2b2763680450>, 'date_to': <django.forms.fields.DateField object at 0x2b2763680550>}
-
clean_date_from()[source]
-
clean_date_to()[source]
-
handle(request, data)[source]
-
media