.editorconfig
.gitignore
CONTRIBUTING.md
Dockerfile
LICENSE.md
LICENSE.txt
MANIFEST.in
Makefile
Procfile
README.md
README.rst
benchmarks.html
install_requires.txt
install_requires_python3.txt
manage.py
pytest.ini
requirements.benchmark.txt
requirements.test.txt
requirements.txt
runtests.py
setup.cfg
setup.py
tox.ini
.circleci/config.yml
.circleci/python-versions.txt
benchmarks/__init__.py
benchmarks/drest.py
benchmarks/drf.py
benchmarks/models.py
benchmarks/settings.py
benchmarks/test_bench.py
benchmarks/urls.py
docs/Makefile
docs/conf.py
docs/dynamic_rest.html
docs/dynamic_rest.rst
docs/genindex.html
docs/index.html
docs/index.rst
docs/make.bat
docs/objects.inv
docs/py-modindex.html
docs/search.html
docs/searchindex.js
docs/tutorial.html
docs/tutorial.rst
docs/_modules/index.html
docs/_modules/dynamic_rest/bases.html
docs/_modules/dynamic_rest/conf.html
docs/_modules/dynamic_rest/datastructures.html
docs/_modules/dynamic_rest/fields.html
docs/_modules/dynamic_rest/filters.html
docs/_modules/dynamic_rest/links.html
docs/_modules/dynamic_rest/meta.html
docs/_modules/dynamic_rest/metadata.html
docs/_modules/dynamic_rest/pagination.html
docs/_modules/dynamic_rest/patches.html
docs/_modules/dynamic_rest/processors.html
docs/_modules/dynamic_rest/renderers.html
docs/_modules/dynamic_rest/routers.html
docs/_modules/dynamic_rest/serializers.html
docs/_modules/dynamic_rest/tagged.html
docs/_modules/dynamic_rest/viewsets.html
docs/_sources/dynamic_rest.txt
docs/_sources/index.txt
docs/_sources/tutorial.txt
docs/_static/ajax-loader.gif
docs/_static/alabaster.css
docs/_static/basic.css
docs/_static/comment-bright.png
docs/_static/comment-close.png
docs/_static/comment.png
docs/_static/doctools.js
docs/_static/down-pressed.png
docs/_static/down.png
docs/_static/file.png
docs/_static/jquery-1.11.1.js
docs/_static/jquery.js
docs/_static/minus.png
docs/_static/plus.png
docs/_static/pygments.css
docs/_static/searchtools.js
docs/_static/underscore-1.3.1.js
docs/_static/underscore.js
docs/_static/up-pressed.png
docs/_static/up.png
docs/_static/websupport.js
docs/_static/css/badge_only.css
docs/_static/css/theme.css
docs/_static/fonts/Inconsolata-Bold.ttf
docs/_static/fonts/Inconsolata-Regular.ttf
docs/_static/fonts/Lato-Bold.ttf
docs/_static/fonts/Lato-Regular.ttf
docs/_static/fonts/RobotoSlab-Bold.ttf
docs/_static/fonts/RobotoSlab-Regular.ttf
docs/_static/fonts/fontawesome-webfont.eot
docs/_static/fonts/fontawesome-webfont.svg
docs/_static/fonts/fontawesome-webfont.ttf
docs/_static/fonts/fontawesome-webfont.woff
docs/_static/js/modernizr.min.js
docs/_static/js/theme.js
dynamic_rest/__init__.py
dynamic_rest/bases.py
dynamic_rest/conf.py
dynamic_rest/constants.py
dynamic_rest/datastructures.py
dynamic_rest/filters.py
dynamic_rest/links.py
dynamic_rest/meta.py
dynamic_rest/metadata.py
dynamic_rest/pagination.py
dynamic_rest/patches.py
dynamic_rest/prefetch.py
dynamic_rest/processors.py
dynamic_rest/related.py
dynamic_rest/renderers.py
dynamic_rest/routers.py
dynamic_rest/serializers.py
dynamic_rest/tagged.py
dynamic_rest/utils.py
dynamic_rest/viewsets.py
dynamic_rest.egg-info/PKG-INFO
dynamic_rest.egg-info/SOURCES.txt
dynamic_rest.egg-info/dependency_links.txt
dynamic_rest.egg-info/requires.txt
dynamic_rest.egg-info/top_level.txt
dynamic_rest.egg-info/version.txt
dynamic_rest/blueprints/api/__init__.py
dynamic_rest/blueprints/api/context.py
dynamic_rest/blueprints/api/templates/{{app}}/__init__.py.j2
dynamic_rest/blueprints/api/templates/{{app}}/api/__init__.py.j2
dynamic_rest/blueprints/api/templates/{{app}}/api/urls.py.j2
dynamic_rest/blueprints/api/templates/{{app}}/api/{{version}}/__init__.py.j2
dynamic_rest/blueprints/api/templates/{{app}}/api/{{version}}/urls.py.j2
dynamic_rest/blueprints/api/templates/{{app}}/api/{{version}}/serializers/__init__.py.j2
dynamic_rest/blueprints/api/templates/{{app}}/api/{{version}}/serializers/base.py.j2
dynamic_rest/blueprints/api/templates/{{app}}/api/{{version}}/serializers/{{name}}.py.j2
dynamic_rest/blueprints/api/templates/{{app}}/api/{{version}}/views/__init__.py.j2
dynamic_rest/blueprints/api/templates/{{app}}/api/{{version}}/views/base.py.j2
dynamic_rest/blueprints/api/templates/{{app}}/api/{{version}}/views/{{name}}.py.j2
dynamic_rest/blueprints/init/__init__.py
dynamic_rest/blueprints/init/context.py
dynamic_rest/blueprints/init/templates/{{app}}/settings.py.j2
dynamic_rest/fields/__init__.py
dynamic_rest/fields/common.py
dynamic_rest/fields/fields.py
dynamic_rest/fields/generic.py
dynamic_rest/static/dynamic_rest/css/default.css
dynamic_rest/templates/dynamic_rest/api.html
images/benchmark-cubic.png
images/benchmark-linear.png
images/benchmark-quadratic.png
images/directory.png
tests/__init__.py
tests/models.py
tests/serializers.py
tests/settings.py
tests/setup.py
tests/test_api.py
tests/test_generic.py
tests/test_meta.py
tests/test_prefetch.py
tests/test_prefetch2.py
tests/test_router.py
tests/test_serializers.py
tests/test_viewsets.py
tests/urls.py
tests/viewsets.py
tests/integration/__init__.py
tests/integration/test_blueprints.py
tests/management/__init__.py
tests/management/commands/__init__.py
tests/management/commands/initialize_fixture.py
tests/migrations/0001_initial.py
tests/migrations/0002_auto_20160310_1052.py
tests/migrations/0003_auto_20160401_1656.py
tests/migrations/0004_user_is_dead.py
tests/migrations/0005_auto_20170712_0759.py
tests/migrations/__init__.py