AUTHORS
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
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
example/__init__.py
example/models.py
example/serializers.py
example/urls.py
example/urls_test.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/factories/__init__.py
example/migrations/0001_initial.py
example/migrations/0002_taggeditem.py
example/migrations/__init__.py
example/settings/__init__.py
example/settings/dev.py
example/settings/test.py
example/tests/__init__.py
example/tests/conftest.py
example/tests/test_format_keys.py
example/tests/test_generic_validation.py
example/tests/test_generic_viewset.py
example/tests/test_model_viewsets.py
example/tests/test_multiple_id_mixin.py
example/tests/test_parsers.py
example/tests/test_relations.py
example/tests/test_serializers.py
example/tests/test_sideload_resources.py
example/tests/test_utils.py
example/tests/test_views.py
example/tests/utils.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_sparse_fieldsets.py
example/tests/unit/__init__.py
example/tests/unit/test_factories.py
example/tests/unit/test_pagination.py
example/tests/unit/test_renderer_class_methods.py
example/tests/unit/test_renderers.py
example/tests/unit/test_utils.py
rest_framework_json_api/__init__.py
rest_framework_json_api/exceptions.py
rest_framework_json_api/metadata.py
rest_framework_json_api/mixins.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/utils.py
rest_framework_json_api/views.py