.bumpversion.cfg
.coveragerc
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
ci/templates/tox.ini
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/descriptors_usage.rst
docs/getting_started.rst
docs/identity_map.rst
docs/identity_map_comparison.rst
docs/identity_map_usage.rst
docs/index.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/descriptors.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/descriptors/__init__.py
src/django_prefetch_utils/descriptors/annotation.py
src/django_prefetch_utils/descriptors/base.py
src/django_prefetch_utils/descriptors/equal_fields.py
src/django_prefetch_utils/descriptors/top_child.py
src/django_prefetch_utils/descriptors/via_lookup.py
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/descriptors_tests/__init__.py
tests/descriptors_tests/annotation_tests.py
tests/descriptors_tests/equal_fields_tests.py
tests/descriptors_tests/mixins.py
tests/descriptors_tests/models.py
tests/descriptors_tests/top_child_tests.py
tests/descriptors_tests/via_lookup_tests.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