CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
package.json
set_version.py
setup.cfg
setup.py
django_select2/__init__.py
django_select2/apps.py
django_select2/cache.py
django_select2/conf.py
django_select2/forms.py
django_select2/urls.py
django_select2/views.py
django_select2.egg-info/PKG-INFO
django_select2.egg-info/SOURCES.txt
django_select2.egg-info/dependency_links.txt
django_select2.egg-info/requires.txt
django_select2.egg-info/top_level.txt
django_select2/static/django_select2/django_select2.css
django_select2/static/django_select2/django_select2.js
docs/CONTRIBUTING.rst
docs/conf.py
docs/django_select2.rst
docs/extra.rst
docs/index.rst
example/README.md
example/manage.py
example/requirements.txt
example/example/__init__.py
example/example/asgi.py
example/example/forms.py
example/example/models.py
example/example/settings.py
example/example/urls.py
example/example/views.py
example/example/wsgi.py
example/example/migrations/0001_initial.py
example/example/migrations/__init__.py
example/example/templates/example/book_form.html
tests/__init__.py
tests/conftest.py
tests/test_cache.py
tests/test_forms.py
tests/test_views.py
tests/testapp/__init__.py
tests/testapp/forms.py
tests/testapp/manage.py
tests/testapp/models.py
tests/testapp/settings.py
tests/testapp/urls.py
tests/testapp/views.py
tests/testapp/templates/form.html