LICENSE
README.md
pyproject.toml
src/django_tomselect/__init__.py
src/django_tomselect/app_settings.py
src/django_tomselect/autocompletes.py
src/django_tomselect/cache.py
src/django_tomselect/constants.py
src/django_tomselect/context_processors.py
src/django_tomselect/forms.py
src/django_tomselect/logging.py
src/django_tomselect/middleware.py
src/django_tomselect/models.py
src/django_tomselect/request.py
src/django_tomselect/widgets.py
src/django_tomselect.egg-info/PKG-INFO
src/django_tomselect.egg-info/SOURCES.txt
src/django_tomselect.egg-info/dependency_links.txt
src/django_tomselect.egg-info/requires.txt
src/django_tomselect.egg-info/top_level.txt
src/django_tomselect/locale/de/LC_MESSAGES/django.mo
src/django_tomselect/locale/de/LC_MESSAGES/django.po
src/django_tomselect/locale/es/LC_MESSAGES/django.mo
src/django_tomselect/locale/es/LC_MESSAGES/django.po
src/django_tomselect/static/django_tomselect/css/django-tomselect.css
src/django_tomselect/static/django_tomselect/js/django-tomselect.js
src/django_tomselect/static/django_tomselect/js/django-tomselect.min.js
src/django_tomselect/static/django_tomselect/js/django-tomselect.min.js.map
src/django_tomselect/static/django_tomselect/vendor/tom-select/css/tom-select.bootstrap4.css
src/django_tomselect/static/django_tomselect/vendor/tom-select/css/tom-select.bootstrap4.css.map
src/django_tomselect/static/django_tomselect/vendor/tom-select/css/tom-select.bootstrap4.min.css
src/django_tomselect/static/django_tomselect/vendor/tom-select/css/tom-select.bootstrap4.min.css.map
src/django_tomselect/static/django_tomselect/vendor/tom-select/css/tom-select.bootstrap5.css
src/django_tomselect/static/django_tomselect/vendor/tom-select/css/tom-select.bootstrap5.css.map
src/django_tomselect/static/django_tomselect/vendor/tom-select/css/tom-select.bootstrap5.min.css
src/django_tomselect/static/django_tomselect/vendor/tom-select/css/tom-select.bootstrap5.min.css.map
src/django_tomselect/static/django_tomselect/vendor/tom-select/css/tom-select.default.css
src/django_tomselect/static/django_tomselect/vendor/tom-select/css/tom-select.default.css.map
src/django_tomselect/static/django_tomselect/vendor/tom-select/css/tom-select.default.min.css
src/django_tomselect/static/django_tomselect/vendor/tom-select/css/tom-select.default.min.css.map
src/django_tomselect/templates/django_tomselect/tomselect.html
src/django_tomselect/templates/django_tomselect/tomselect_setup.html
src/django_tomselect/templates/django_tomselect/render/clear_button.html
src/django_tomselect/templates/django_tomselect/render/dropdown_footer.html
src/django_tomselect/templates/django_tomselect/render/dropdown_header.html
src/django_tomselect/templates/django_tomselect/render/item.html
src/django_tomselect/templates/django_tomselect/render/loading.html
src/django_tomselect/templates/django_tomselect/render/loading_more.html
src/django_tomselect/templates/django_tomselect/render/no_more_results.html
src/django_tomselect/templates/django_tomselect/render/no_results.html
src/django_tomselect/templates/django_tomselect/render/not_loading.html
src/django_tomselect/templates/django_tomselect/render/optgroup.html
src/django_tomselect/templates/django_tomselect/render/optgroup_header.html
src/django_tomselect/templates/django_tomselect/render/option.html
src/django_tomselect/templates/django_tomselect/render/option_create.html
src/django_tomselect/templates/django_tomselect/render/select.html
src/django_tomselect/templatetags/__init__.py
src/django_tomselect/templatetags/django_tomselect.py