The openstack_dashboard.dashboards.admin.metering.forms
ModuleΒΆ
-
class
openstack_dashboard.dashboards.admin.metering.forms.
UsageReportForm
(request, *args, **kwargs)[source] Bases:
horizon.forms.base.SelfHandlingForm
-
PERIOD_CHOICES
= (('1', <django.utils.functional.__proxy__ object at 0xf2a1924c>), ('7', <django.utils.functional.__proxy__ object at 0xf299358c>), ('6', <django.utils.functional.__proxy__ object at 0xf29938cc>), ('15', <django.utils.functional.__proxy__ object at 0xf29059ac>), ('30', <django.utils.functional.__proxy__ object at 0xf2905d2c>), ('365', <django.utils.functional.__proxy__ object at 0xf2993c4c>), ('other', <django.utils.functional.__proxy__ object at 0xf29fcdac>))
-
base_fields
= OrderedDict([('period', <django.forms.fields.ChoiceField object at 0xf2a1926c>), ('date_from', <django.forms.fields.DateField object at 0xf29d07ec>), ('date_to', <django.forms.fields.DateField object at 0xf29d044c>)])
-
clean_date_from
()[source]
-
clean_date_to
()[source]
-
declared_fields
= OrderedDict([('period', <django.forms.fields.ChoiceField object at 0xf2a1926c>), ('date_from', <django.forms.fields.DateField object at 0xf29d07ec>), ('date_to', <django.forms.fields.DateField object at 0xf29d044c>)])
-
handle
(request, data)[source]
-
media
-