AUTHORS
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
django_tastypie.egg-info/PKG-INFO
django_tastypie.egg-info/SOURCES.txt
django_tastypie.egg-info/dependency_links.txt
django_tastypie.egg-info/not-zip-safe
django_tastypie.egg-info/requires.txt
django_tastypie.egg-info/top_level.txt
docs/Makefile
docs/api.rst
docs/authentication.rst
docs/authorization.rst
docs/bundles.rst
docs/caching.rst
docs/compatibility_notes.rst
docs/conf.py
docs/content_types.rst
docs/contributing.rst
docs/cookbook.rst
docs/debugging.rst
docs/fields.rst
docs/geodjango.rst
docs/index.rst
docs/interacting.rst
docs/namespaces.rst
docs/non_orm_data_sources.rst
docs/paginator.rst
docs/python3.rst
docs/requirements.txt
docs/resources.rst
docs/serialization.rst
docs/settings.rst
docs/testing.rst
docs/throttling.rst
docs/toc.rst
docs/tools.rst
docs/tutorial.rst
docs/validation.rst
docs/who_uses.rst
docs/code/authentication.py
docs/code/manage.py
docs/code/__pycache__/authentication.cpython-310.pyc
docs/code/__pycache__/authentication.cpython-37.pyc
docs/code/__pycache__/authentication.cpython-38.pyc
docs/code/__pycache__/authentication.cpython-39.pyc
docs/code/myapp/__init__.py
docs/code/myapp/models.py
docs/code/myapp/urls.py
docs/code/myapp/__pycache__/__init__.cpython-310.pyc
docs/code/myapp/__pycache__/__init__.cpython-37.pyc
docs/code/myapp/__pycache__/__init__.cpython-38.pyc
docs/code/myapp/__pycache__/__init__.cpython-39.pyc
docs/code/myapp/__pycache__/models.cpython-310.pyc
docs/code/myapp/__pycache__/models.cpython-37.pyc
docs/code/myapp/__pycache__/models.cpython-38.pyc
docs/code/myapp/__pycache__/models.cpython-39.pyc
docs/code/myapp/__pycache__/urls.cpython-310.pyc
docs/code/myapp/__pycache__/urls.cpython-37.pyc
docs/code/myapp/__pycache__/urls.cpython-38.pyc
docs/code/myapp/__pycache__/urls.cpython-39.pyc
docs/code/myapp/api/__init__.py
docs/code/myapp/api/resources.py
docs/code/myapp/api/__pycache__/__init__.cpython-310.pyc
docs/code/myapp/api/__pycache__/__init__.cpython-37.pyc
docs/code/myapp/api/__pycache__/__init__.cpython-38.pyc
docs/code/myapp/api/__pycache__/__init__.cpython-39.pyc
docs/code/myapp/api/__pycache__/resources.cpython-310.pyc
docs/code/myapp/api/__pycache__/resources.cpython-37.pyc
docs/code/myapp/api/__pycache__/resources.cpython-38.pyc
docs/code/myapp/api/__pycache__/resources.cpython-39.pyc
docs/code/myproject/__init__.py
docs/code/myproject/settings.py
docs/code/myproject/urls.py
docs/code/myproject/wsgi.py
docs/code/myproject/__pycache__/__init__.cpython-310.pyc
docs/code/myproject/__pycache__/__init__.cpython-37.pyc
docs/code/myproject/__pycache__/__init__.cpython-38.pyc
docs/code/myproject/__pycache__/__init__.cpython-39.pyc
docs/code/myproject/__pycache__/settings.cpython-310.pyc
docs/code/myproject/__pycache__/settings.cpython-37.pyc
docs/code/myproject/__pycache__/settings.cpython-38.pyc
docs/code/myproject/__pycache__/settings.cpython-39.pyc
docs/release_notes/dev.rst
docs/release_notes/index.rst
docs/release_notes/v0.10.0.rst
docs/release_notes/v0.11.0.rst
docs/release_notes/v0.11.1.rst
docs/release_notes/v0.12.0.rst
docs/release_notes/v0.12.1.rst
docs/release_notes/v0.12.2.rst
docs/release_notes/v0.13.0.rst
docs/release_notes/v0.13.1.rst
docs/release_notes/v0.13.2.rst
docs/release_notes/v0.13.3.rst
docs/release_notes/v0.14.0.rst
docs/release_notes/v0.14.1.rst
docs/release_notes/v0.14.2.rst
docs/release_notes/v0.14.3.rst
docs/release_notes/v0.14.4.rst
docs/release_notes/v0.14.5.rst
docs/release_notes/v0.14.6.rst
docs/release_notes/v0.14.7.rst
docs/release_notes/v0.15.0.rst
docs/release_notes/v0.15.1.rst
docs/release_notes/v0.9.13.rst
docs/release_notes/v0.9.14.rst
docs/release_notes/v0.9.15.rst
docs/release_notes/v0.9.16.rst
tastypie/__init__.py
tastypie/admin.py
tastypie/api.py
tastypie/authentication.py
tastypie/authorization.py
tastypie/bundle.py
tastypie/cache.py
tastypie/compat.py
tastypie/constants.py
tastypie/exceptions.py
tastypie/fields.py
tastypie/http.py
tastypie/models.py
tastypie/paginator.py
tastypie/resources.py
tastypie/serializers.py
tastypie/test.py
tastypie/throttle.py
tastypie/validation.py
tastypie/contrib/__init__.py
tastypie/contrib/contenttypes/__init__.py
tastypie/contrib/contenttypes/fields.py
tastypie/contrib/contenttypes/resources.py
tastypie/contrib/gis/__init__.py
tastypie/contrib/gis/resources.py
tastypie/management/__init__.py
tastypie/management/commands/__init__.py
tastypie/management/commands/backfill_api_keys.py
tastypie/migrations/0001_initial.py
tastypie/migrations/0002_api_access_url_length.py
tastypie/migrations/__init__.py
tastypie/templates/tastypie/basic.html
tastypie/templates/tastypie/detail.html
tastypie/templates/tastypie/list.html
tastypie/utils/__init__.py
tastypie/utils/formatting.py
tastypie/utils/mime.py
tastypie/utils/timezone.py
tastypie/utils/urls.py
tastypie/utils/validate_jsonp.py
tests/testcases.py