.gitignore
.readthedocs.yml
AUTHORS
CHANGELOG.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
manage.py
pyproject.toml
requirements-dev.txt
requirements-test.txt
tox.ini
.github/dependabot.yml
.github/workflows/dependabot-auto-approve-and-merge.yml
.github/workflows/test.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/example_template.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
example/README.md
example/__init__.py
example/manage.py
example/settings.py
example/urls.py
example/app/__init__.py
example/app/forms.py
example/app/views.py
example/templates/app/base.html
example/templates/app/bootstrap.html
example/templates/app/form.html
example/templates/app/form_by_field.html
example/templates/app/form_horizontal.html
example/templates/app/form_inline.html
example/templates/app/form_with_files.html
example/templates/app/formset.html
example/templates/app/home.html
example/templates/app/misc.html
example/templates/app/pagination.html
src/bootstrap4/__about__.py
src/bootstrap4/__init__.py
src/bootstrap4/bootstrap.py
src/bootstrap4/components.py
src/bootstrap4/exceptions.py
src/bootstrap4/forms.py
src/bootstrap4/models.py
src/bootstrap4/renderers.py
src/bootstrap4/text.py
src/bootstrap4/utils.py
src/bootstrap4/widgets.py
src/bootstrap4/templates/bootstrap4/bootstrap4.html
src/bootstrap4/templates/bootstrap4/field_errors.html
src/bootstrap4/templates/bootstrap4/field_help_text.html
src/bootstrap4/templates/bootstrap4/form_errors.html
src/bootstrap4/templates/bootstrap4/messages.html
src/bootstrap4/templates/bootstrap4/pagination.html
src/bootstrap4/templates/bootstrap4/widgets/radio_select_button_group.html
src/bootstrap4/templatetags/__init__.py
src/bootstrap4/templatetags/bootstrap4.py
src/django_bootstrap4.egg-info/PKG-INFO
src/django_bootstrap4.egg-info/SOURCES.txt
src/django_bootstrap4.egg-info/dependency_links.txt
src/django_bootstrap4.egg-info/requires.txt
src/django_bootstrap4.egg-info/top_level.txt
tests/__init__.py
tests/forms.py
tests/test_alerts.py
tests/test_buttons.py
tests/test_forms.py
tests/test_formsets.py
tests/test_media.py
tests/test_messages.py
tests/test_paginator.py
tests/test_settings.py
tests/test_templates.py
tests/test_utils.py
tests/test_version.py
tests/utils.py
tests/app/__init__.py
tests/app/settings.py
tests/app/urls.py