README.rst
setup.py
jsonapi/__init__.py
jsonapi/api.py
jsonapi/auth.py
jsonapi/deserializer.py
jsonapi/django_utils.py
jsonapi/models.py
jsonapi/request_parser.py
jsonapi/resource.py
jsonapi/serializers.py
jsonapi/six.py
jsonapi/statuses.py
jsonapi/utils.py
jsonapi.egg-info/PKG-INFO
jsonapi.egg-info/SOURCES.txt
jsonapi.egg-info/dependency_links.txt
jsonapi.egg-info/top_level.txt
tests/__init__.py
tests/testapp/__init__.py
tests/testapp/middleware.py
tests/testapp/models.py
tests/testapp/resources.py
tests/testapp/urls.py
tests/testapp/settings/__init__.py
tests/testapp/settings/base.py
tests/testapp/settings/dev.py
tests/testapp/settings/test.py
tests/testapp/test_api/__init__.py
tests/testapp/test_api/tests.py
tests/testapp/test_resource_meta/__init__.py
tests/testapp/test_resource_meta/models.py
tests/testapp/test_resource_meta/tests.py
tests/testapp/test_resource_relationship/__init__.py
tests/testapp/test_resource_relationship/models.py
tests/testapp/test_resource_relationship/tests.py
tests/testapp/tests/__init__.py
tests/testapp/tests/test_api.py
tests/testapp/tests/test_deserializer.py
tests/testapp/tests/test_resource.py
tests/testapp/tests/test_serializers.py