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 0x7f4470c28390>), ('7', <django.utils.functional.__proxy__ object at 0x7f4470c28210>), ('10', <django.utils.functional.__proxy__ object at 0x7f4470c28290>), ('15', <django.utils.functional.__proxy__ object at 0x7f44711ba210>), ('30', <django.utils.functional.__proxy__ object at 0x7f446f0730d0>), ('365', <django.utils.functional.__proxy__ object at 0x7f446f655b50>), ('other', <django.utils.functional.__proxy__ object at 0x7f446f655550>))
base_fields = OrderedDict([('period', <django.forms.fields.ChoiceField object at 0x7f446f655f90>), ('date_from', <django.forms.fields.DateField object at 0x7f4471579090>), ('date_to', <django.forms.fields.DateField object at 0x7f4471579e90>)])
clean_date_from()[source]
clean_date_to()[source]
declared_fields = OrderedDict([('period', <django.forms.fields.ChoiceField object at 0x7f446f655f90>), ('date_from', <django.forms.fields.DateField object at 0x7f4471579090>), ('date_to', <django.forms.fields.DateField object at 0x7f4471579e90>)])
handle(request, data)[source]
media

Previous topic

The openstack_dashboard.dashboards.admin.metering.urls Module

Next topic

The openstack_dashboard.dashboards.admin.metering Module

Project Source

This Page