The openstack_dashboard.dashboards.settings.user.forms ModuleΒΆ

class openstack_dashboard.dashboards.settings.user.forms.UserSettingsForm(*args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = {'language': <django.forms.fields.ChoiceField object at 0xf3fcd86c>, 'timezone': <django.forms.fields.ChoiceField object at 0xf3fcd96c>, 'pagesize': <django.forms.fields.IntegerField object at 0xf3fcda4c>}
handle(request, data)[source]
media

Previous topic

The openstack_dashboard.dashboards.settings.user.urls Module

Next topic

The openstack_dashboard.dashboards.settings.user.panel Module

This Page