.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
conftest.py
requirements.dev.txt
requirements.test.txt
requirements.txt
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/usage.rst
docs/_static/.keep
drf_json_api.egg-info/PKG-INFO
drf_json_api.egg-info/SOURCES.txt
drf_json_api.egg-info/dependency_links.txt
drf_json_api.egg-info/not-zip-safe
drf_json_api.egg-info/top_level.txt
rest_framework_json_api/__init__.py
rest_framework_json_api/encoders.py
rest_framework_json_api/parsers.py
rest_framework_json_api/renderers.py
rest_framework_json_api/utils.py
tests/__init__.py
tests/models.py
tests/namespace_urls.py
tests/serializers.py
tests/test_delete.py
tests/test_detail.py
tests/test_errors.py
tests/test_links.py
tests/test_list.py
tests/test_nested.py
tests/test_parsing.py
tests/test_utils.py
tests/urls.py
tests/utils.py
tests/views.py