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
|
CHANGELOG.md
MANIFEST.in
README.md
__init__.py
requirements-test.txt
requirements.txt
setup.cfg
setup.py
ajax_select/LICENSE.txt
ajax_select/__init__.py
ajax_select/admin.py
ajax_select/apps.py
ajax_select/fields.py
ajax_select/helpers.py
ajax_select/lookup_channel.py
ajax_select/registry.py
ajax_select/urls.py
ajax_select/views.py
ajax_select/static/ajax_select/css/ajax_select.css
ajax_select/static/ajax_select/images/loading-indicator.gif
ajax_select/static/ajax_select/js/ajax_select.js
ajax_select/static/ajax_select/js/bootstrap.js
ajax_select/templates/ajax_select/autocomplete.html
ajax_select/templates/ajax_select/autocompleteselect.html
ajax_select/templates/ajax_select/autocompleteselectmultiple.html
django_ajax_selects.egg-info/PKG-INFO
django_ajax_selects.egg-info/SOURCES.txt
django_ajax_selects.egg-info/dependency_links.txt
django_ajax_selects.egg-info/not-zip-safe
django_ajax_selects.egg-info/top_level.txt
tests/__init__.py
tests/admin.py
tests/lookups.py
tests/models.py
tests/other_lookups.py
tests/settings.py
tests/test_fields.py
tests/test_integration.py
tests/test_lookups.py
tests/test_registry.py
tests/test_views.py
tests/urls.py
|