.coveragerc
CHANGELOG.rst
LICENSE_GPL2.0.txt
LICENSE_LGPL_2.1.txt
MANIFEST.in
README.rst
pytest.ini
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/advanced_usage_examples.rst
docs/changelog.rst
docs/conf.distrib
docs/conf.py
docs/documentation.rst.distrib
docs/index.rst
docs/make.bat
docs/package.rst
docs/package.rst.distrib
docs/rest_framework_tricks.filters.rst
docs/rest_framework_tricks.models.fields.rst
docs/rest_framework_tricks.models.rst
docs/rest_framework_tricks.rst
docs/rest_framework_tricks.serializers.rst
docs/rest_framework_tricks.tests.rst
src/django_rest_framework_tricks.egg-info/PKG-INFO
src/django_rest_framework_tricks.egg-info/SOURCES.txt
src/django_rest_framework_tricks.egg-info/dependency_links.txt
src/django_rest_framework_tricks.egg-info/requires.txt
src/django_rest_framework_tricks.egg-info/top_level.txt
src/rest_framework_tricks/__init__.py
src/rest_framework_tricks/apps.py
src/rest_framework_tricks/utils.py
src/rest_framework_tricks/filters/__init__.py
src/rest_framework_tricks/filters/ordering.py
src/rest_framework_tricks/models/__init__.py
src/rest_framework_tricks/models/fields/__init__.py
src/rest_framework_tricks/models/fields/nested_proxy.py
src/rest_framework_tricks/serializers/__init__.py
src/rest_framework_tricks/serializers/nested_proxy.py
src/rest_framework_tricks/tests/__init__.py
src/rest_framework_tricks/tests/base.py
src/rest_framework_tricks/tests/test_nested_proxy_field.py
src/rest_framework_tricks/tests/test_ordering_filter.py
src/rest_framework_tricks/tests/test_utils.py