MANIFEST.in
README.md
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/models.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
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
example/__init__.py
example/install.sh
example/manage.py
example/example/__init__.py
example/example/admin.py
example/example/forms.py
example/example/lookups.py
example/example/models.py
example/example/settings.py
example/example/urls.py
example/example/views.py
tests/__init__.py
tests/admin.py
tests/lookups.py
tests/models.py
tests/other_lookups.py
tests/settings.py
tests/test_admin.py
tests/test_fields.py
tests/test_lookup_channel.py
tests/test_registry.py
tests/test_views.py
tests/urls.py