.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/_bulk.py
src/django_orm_plus/_config.py
src/django_orm_plus/_fetch_related.py
src/django_orm_plus/_strict_mode.py
src/django_orm_plus/_util.py
src/django_orm_plus/apps.py
src/django_orm_plus/exceptions.py
src/django_orm_plus/mixins.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_auto_patch.py
tests/test_bulk_update_or_create.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/__init__.py