.travis.yml
LICENSE
MANIFEST.in
README.rst
requirements.txt
runtests.py
setup.cfg
setup.py
tox.ini
drf_jsonapi.egg-info/PKG-INFO
drf_jsonapi.egg-info/SOURCES.txt
drf_jsonapi.egg-info/dependency_links.txt
drf_jsonapi.egg-info/pbr.json
drf_jsonapi.egg-info/requires.txt
drf_jsonapi.egg-info/top_level.txt
rest_framework_jsonapi/__init__.py
rest_framework_jsonapi/pagination.py
rest_framework_jsonapi/parsers.py
rest_framework_jsonapi/renderers.py
rest_framework_jsonapi/utils.py
rest_framework_jsonapi/views.py
tests/__init__.py
tests/conftest.py
tests/models.py
tests/serializers.py
tests/test_detail.py
tests/test_exceptions.py
tests/test_formatting.py
tests/test_list.py
tests/test_pagination.py
tests/test_patch.py
tests/test_post.py
tests/test_requests.py
tests/urls.py
tests/views.py