.gitignore
.pre-commit-config.yaml
.pyup.yml
AUTHORS
CHANGELOG.md
LICENSE
MANIFEST.in
README.rst
SECURITY.md
requirements.txt
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/codeql-analysis.yml
.github/workflows/tests.yml
djangorestframework_jsonapi.egg-info/PKG-INFO
djangorestframework_jsonapi.egg-info/SOURCES.txt
djangorestframework_jsonapi.egg-info/dependency_links.txt
djangorestframework_jsonapi.egg-info/not-zip-safe
djangorestframework_jsonapi.egg-info/requires.txt
djangorestframework_jsonapi.egg-info/top_level.txt
docs/.gitignore
docs/CONTRIBUTING.md
docs/Makefile
docs/api.rst
docs/conf.py
docs/getting-started.md
docs/index.rst
docs/make.bat
docs/usage.md
docs/_static/.gitkeep
example/__init__.py
example/factories.py
example/models.py
example/requirements.txt
example/serializers.py
example/urls.py
example/urls_test.py
example/utils.py
example/views.py
example/api/__init__.py
example/api/urls.py
example/api/resources/__init__.py
example/api/resources/identity.py
example/api/serializers/__init__.py
example/api/serializers/identity.py
example/api/serializers/post.py
example/fixtures/blogentry.json
example/fixtures/drf_example.json
example/migrations/0001_initial.py
example/migrations/0002_taggeditem.py
example/migrations/0003_polymorphics.py
example/migrations/0004_auto_20171011_0631.py
example/migrations/0005_auto_20180922_1508.py
example/migrations/0006_auto_20181228_0752.py
example/migrations/0007_artproject_description.py
example/migrations/0008_labresults.py
example/migrations/0009_labresults_author.py
example/migrations/0010_auto_20210714_0809.py
example/migrations/0011_rename_type_author_author_type_and_more.py
example/migrations/0012_author_full_name.py
example/migrations/0013_questionnaire.py
example/migrations/0014_questionnaire_metadata.py
example/migrations/__init__.py
example/settings/__init__.py
example/settings/dev.py
example/settings/test.py
example/templates/swagger-ui.html
example/tests/__init__.py
example/tests/conftest.py
example/tests/test_errors.py
example/tests/test_filters.py
example/tests/test_generic_validation.py
example/tests/test_generic_viewset.py
example/tests/test_model_viewsets.py
example/tests/test_openapi.py
example/tests/test_performance.py
example/tests/test_serializers.py
example/tests/test_sideload_resources.py
example/tests/test_views.py
example/tests/__snapshots__/test_errors.ambr
example/tests/__snapshots__/test_openapi.ambr
example/tests/integration/test_browsable_api.py
example/tests/integration/test_includes.py
example/tests/integration/test_meta.py
example/tests/integration/test_model_resource_name.py
example/tests/integration/test_non_paginated_responses.py
example/tests/integration/test_pagination.py
example/tests/integration/test_polymorphism.py
example/tests/integration/test_sparse_fieldsets.py
example/tests/unit/__init__.py
example/tests/unit/test_default_drf_serializers.py
example/tests/unit/test_filter_schema_params.py
example/tests/unit/test_renderer_class_methods.py
example/tests/unit/test_renderers.py
example/tests/unit/test_serializer_method_field.py
requirements/requirements-codestyle.txt
requirements/requirements-documentation.txt
requirements/requirements-optionals.txt
requirements/requirements-packaging.txt
requirements/requirements-testing.txt
rest_framework_json_api/__init__.py
rest_framework_json_api/compat.py
rest_framework_json_api/exceptions.py
rest_framework_json_api/filters.py
rest_framework_json_api/metadata.py
rest_framework_json_api/pagination.py
rest_framework_json_api/parsers.py
rest_framework_json_api/relations.py
rest_framework_json_api/renderers.py
rest_framework_json_api/serializers.py
rest_framework_json_api/settings.py
rest_framework_json_api/utils.py
rest_framework_json_api/views.py
rest_framework_json_api/django_filters/__init__.py
rest_framework_json_api/django_filters/backends.py
rest_framework_json_api/schemas/__init__.py
rest_framework_json_api/schemas/openapi.py
rest_framework_json_api/templates/rest_framework_json_api/api.html
rest_framework_json_api/templates/rest_framework_json_api/includes.html
tests/__init__.py
tests/conftest.py
tests/models.py
tests/serializers.py
tests/test_pagination.py
tests/test_parsers.py
tests/test_relations.py
tests/test_serializers.py
tests/test_settings.py
tests/test_utils.py
tests/test_views.py
tests/views.py
tests/schemas/test_openapi.py