MANIFEST.in
README.md
setup.cfg
setup.py
.pytest_cache/.gitignore
.pytest_cache/CACHEDIR.TAG
.pytest_cache/README.md
.pytest_cache/v/cache/lastfailed
.pytest_cache/v/cache/nodeids
.pytest_cache/v/cache/stepwise
django_smart_selects.egg-info/PKG-INFO
django_smart_selects.egg-info/SOURCES.txt
django_smart_selects.egg-info/dependency_links.txt
django_smart_selects.egg-info/requires.txt
django_smart_selects.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/index.rst
docs/installation.md
docs/settings.md
docs/usage.md
smart_selects/__init__.py
smart_selects/db_fields.py
smart_selects/form_fields.py
smart_selects/models.py
smart_selects/tests.py
smart_selects/urls.py
smart_selects/utils.py
smart_selects/views.py
smart_selects/widgets.py
smart_selects/static/smart-selects/admin/js/bindfields.js
smart_selects/static/smart-selects/admin/js/chainedfk.js
smart_selects/static/smart-selects/admin/js/chainedm2m.js
test_app/__init__.py
test_app/admin.py
test_app/models.py
test_app/settings.py
test_app/tests.py
test_app/urls.py
test_app/fixtures/chained_m2m_select.json
test_app/fixtures/chained_select.json
test_app/fixtures/grouped_select.json
test_app/fixtures/user.json
test_app/migrations/0001_initial.py
test_app/migrations/0002_book1_location1.py
test_app/migrations/0003_auto_20160129_1531.py
test_app/migrations/0004_auto_20170309_0016.py
test_app/migrations/0004_client_domain_website.py
test_app/migrations/0005_merge.py
test_app/migrations/0006_auto_20170707_2000.py
test_app/migrations/0007_auto_20200207_1149.py
test_app/migrations/__init__.py