.coveragerc
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
ci/templates/.travis.yml
ci/templates/tox.ini
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/getting_started.rst
docs/identity_map_comparison.rst
docs/index.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/identity_map.rst
docs/reference/index.rst
docs/reference/selector.rst
src/django_prefetch_utils/__init__.py
src/django_prefetch_utils/apps.py
src/django_prefetch_utils/backport.py
src/django_prefetch_utils/selector.py
src/django_prefetch_utils.egg-info/PKG-INFO
src/django_prefetch_utils.egg-info/SOURCES.txt
src/django_prefetch_utils.egg-info/dependency_links.txt
src/django_prefetch_utils.egg-info/not-zip-safe
src/django_prefetch_utils.egg-info/requires.txt
src/django_prefetch_utils.egg-info/top_level.txt
src/django_prefetch_utils/identity_map/__init__.py
src/django_prefetch_utils/identity_map/maps.py
src/django_prefetch_utils/identity_map/persistent.py
src/django_prefetch_utils/identity_map/wrappers.py
tests/apps_tests.py
tests/backport_tests.py
tests/pyenv_markers.py
tests/selector_tests.py
tests/settings.py
tests/foreign_object/__init__.py
tests/foreign_object/test_agnostic_order_trimjoin.py
tests/foreign_object/test_empty_join.py
tests/foreign_object/test_forms.py
tests/foreign_object/tests.py
tests/foreign_object/models/__init__.py
tests/foreign_object/models/article.py
tests/foreign_object/models/customers.py
tests/foreign_object/models/empty_join.py
tests/foreign_object/models/person.py
tests/identity_map/__init__.py
tests/identity_map/django_tests.py
tests/identity_map/integration_tests.py
tests/identity_map/misc_tests.py
tests/identity_map/mixins.py
tests/identity_map/persistent_tests.py
tests/prefetch_related/__init__.py
tests/prefetch_related/models.py
tests/prefetch_related/test_prefetch_related_objects.py
tests/prefetch_related/test_uuid.py
tests/prefetch_related/tests.py