.gitignore
LICENSE
Makefile
README.md
setup.py
tox.ini
.github/workflows/publish.yml
.github/workflows/tests.yml
src/django_orm_plus/__init__.py
src/django_orm_plus/_config.py
src/django_orm_plus/_fetch_related.py
src/django_orm_plus/_mixins.py
src/django_orm_plus/_strict_mode.py
src/django_orm_plus/_util.py
src/django_orm_plus.egg-info/PKG-INFO
src/django_orm_plus.egg-info/SOURCES.txt
src/django_orm_plus.egg-info/dependency_links.txt
src/django_orm_plus.egg-info/requires.txt
src/django_orm_plus.egg-info/top_level.txt
tests/__init__.py
tests/factories.py
tests/test_fetch_related.py
tests/test_strict_mode.py
tests/django_project/__init__.py
tests/django_project/asgi.py
tests/django_project/manage.py
tests/django_project/settings.py
tests/django_project/urls.py
tests/django_project/wsgi.py
tests/django_project/app/__init__.py
tests/django_project/app/apps.py
tests/django_project/app/models.py
tests/django_project/app/migrations/0001_initial.py
tests/django_project/app/migrations/0002_auto_20210531_0507.py
tests/django_project/app/migrations/__init__.py