1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
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
|