bootstrap_select package

Submodules

bootstrap_select.apps module

class bootstrap_select.apps.BootstrapSelectConfig(app_name, app_module)[source]

Bases: django.apps.config.AppConfig

name = 'bootstrap_select'

bootstrap_select.widgets module

class bootstrap_select.widgets.BootstrapSelect(attrs=None, choices=(), **kwargs)[source]

Bases: django.forms.widgets.Select

create_option(name, value, label, selected, index, subindex=None, attrs=None)[source]
media
render_option(selected_choices, option_value, option_label)[source]

Module contents