LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
django_loose_fk/__init__.py
django_loose_fk/apps.py
django_loose_fk/checks.py
django_loose_fk/drf.py
django_loose_fk/fields.py
django_loose_fk/filters.py
django_loose_fk/loaders.py
django_loose_fk/lookups.py
django_loose_fk/query_list.py
django_loose_fk/utils.py
django_loose_fk/virtual_models.py
django_loose_fk.egg-info/PKG-INFO
django_loose_fk.egg-info/SOURCES.txt
django_loose_fk.egg-info/dependency_links.txt
django_loose_fk.egg-info/not-zip-safe
django_loose_fk.egg-info/requires.txt
django_loose_fk.egg-info/top_level.txt
django_loose_fk/inspectors/__init__.py
django_loose_fk/inspectors/fields.py
django_loose_fk/inspectors/query.py
testapp/__init__.py
testapp/api.py
testapp/loaders.py
testapp/models.py
testapp/settings.py
testapp/urls.py
testapp/migrations/0001_initial.py
testapp/migrations/0002_auto_20190808_0805.py
testapp/migrations/0003_auto_20190808_1647.py
testapp/migrations/0004_auto_20191127_0536.py
testapp/migrations/0005_auto_20200702_0538.py
testapp/migrations/__init__.py
tests/__init__.py
tests/conftest.py
tests/test_api.py
tests/test_api_docs.py
tests/test_chain_loose_fk.py
tests/test_compare.py
tests/test_filter.py
tests/test_integrity.py
tests/test_loaders.py
tests/test_model_field_interface.py
tests/test_model_layer.py
tests/test_querying.py
tests/test_querylist.py
tests/test_serializer_field.py
tests/test_system_checks.py