AUTHORS
LICENSE
MANIFEST.in
README.md
manage.py
pyproject.toml
setup.py
tox.ini
docs/changelog.rst
docs/conf.py
docs/example_template.rst
docs/forms.rst
docs/index.rst
docs/installation.rst
docs/migrate.rst
docs/quickstart.rst
docs/requirements.txt
docs/settings.rst
docs/templates.rst
docs/templatetags.rst
docs/widgets.rst
src/django_bootstrap5/__init__.py
src/django_bootstrap5/components.py
src/django_bootstrap5/core.py
src/django_bootstrap5/css.py
src/django_bootstrap5/forms.py
src/django_bootstrap5/html.py
src/django_bootstrap5/renderers.py
src/django_bootstrap5/size.py
src/django_bootstrap5/text.py
src/django_bootstrap5/utils.py
src/django_bootstrap5/widgets.py
src/django_bootstrap5.egg-info/PKG-INFO
src/django_bootstrap5.egg-info/SOURCES.txt
src/django_bootstrap5.egg-info/dependency_links.txt
src/django_bootstrap5.egg-info/not-zip-safe
src/django_bootstrap5.egg-info/requires.txt
src/django_bootstrap5.egg-info/top_level.txt
src/django_bootstrap5/templates/django_bootstrap5/bootstrap5.html
src/django_bootstrap5/templates/django_bootstrap5/field_errors.html
src/django_bootstrap5/templates/django_bootstrap5/field_help_text.html
src/django_bootstrap5/templates/django_bootstrap5/form_errors.html
src/django_bootstrap5/templates/django_bootstrap5/messages.html
src/django_bootstrap5/templates/django_bootstrap5/pagination.html
src/django_bootstrap5/templates/django_bootstrap5/widgets/clearable_file_input.html
src/django_bootstrap5/templates/django_bootstrap5/widgets/radio_select.html
src/django_bootstrap5/templates/django_bootstrap5/widgets/radio_select_button_group.html
src/django_bootstrap5/templatetags/__init__.py
src/django_bootstrap5/templatetags/django_bootstrap5.py
tests/__init__.py
tests/base.py
tests/image.py
tests/test_bootstrap_alert.py
tests/test_bootstrap_button.py
tests/test_bootstrap_css_and_js_tags.py
tests/test_bootstrap_field.py
tests/test_bootstrap_field_datetime.py
tests/test_bootstrap_field_input_checkbox.py
tests/test_bootstrap_field_input_color.py
tests/test_bootstrap_field_input_file.py
tests/test_bootstrap_field_input_range.py
tests/test_bootstrap_field_input_text.py
tests/test_bootstrap_field_parameters.py
tests/test_bootstrap_field_radio_select.py
tests/test_bootstrap_field_select.py
tests/test_bootstrap_field_textarea.py
tests/test_bootstrap_form.py
tests/test_bootstrap_formset.py
tests/test_bootstrap_label.py
tests/test_bootstrap_messages.py
tests/test_bootstrap_pagination.py
tests/test_components.py
tests/test_css.py
tests/test_html.py
tests/test_settings.py
tests/test_size.py
tests/test_templates.py
tests/test_text.py
tests/test_version.py
tests/app/__init__.py
tests/app/settings.py
tests/app/urls.py