LICENSE
README.md
pyproject.toml
src/django_api_factory/__init__.py
src/django_api_factory/admin.py
src/django_api_factory/apps.py
src/django_api_factory/changelist.py
src/django_api_factory/filter.py
src/django_api_factory/mixins.py
src/django_api_factory/models.py
src/django_api_factory/queryset.py
src/django_api_factory.egg-info/PKG-INFO
src/django_api_factory.egg-info/SOURCES.txt
src/django_api_factory.egg-info/dependency_links.txt
src/django_api_factory.egg-info/requires.txt
src/django_api_factory.egg-info/top_level.txt
src/django_api_factory/templates/admin/django_api_factory/action_form_modal.html
src/django_api_factory/templates/admin/django_api_factory/change_list.html
src/django_api_factory/templates/admin/django_api_factory/filter.html
tests/test_actionform.py
tests/test_apps.py
tests/test_cache.py
tests/test_changelist_cache.py
tests/test_changelist_view.py
tests/test_detail_cache.py
tests/test_e2e.py
tests/test_filter.py
tests/test_mixins.py
tests/test_models_parse_response.py
tests/test_order_by.py
tests/test_pagination.py
tests/test_permissions.py
tests/test_project_usage_smoke.py
tests/test_queryset.py
tests/test_schema_registry.py
tests/test_smoke.py