django-rest-framework/rest_framework
2012-09-28 14:29:20 +01:00
..
authtoken Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
runtests Get test-only models properly working 2012-09-28 14:28:50 +01:00
static/rest_framework Tweak browseable API 2012-09-25 13:35:41 +01:00
templates/rest_framework Only display forms when user has permissions. #159 2012-09-27 21:51:46 +01:00
templatetags Fix failing tests 2012-09-28 10:11:12 +01:00
tests Remove unused test file 2012-09-28 14:29:20 +01:00
utils Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
__init__.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
authentication.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
compat.py head method on views for Django 1.3. Fixes #228 2012-09-27 13:34:28 +01:00
decorators.py Fix @api_view decorator tests 2012-09-26 21:47:19 +01:00
exceptions.py Fix @api_view decorator tests 2012-09-26 21:47:19 +01:00
fields.py Fix some bits of serialization 2012-09-25 13:20:12 +01:00
generics.py Get test-only models properly working 2012-09-28 14:28:50 +01:00
mixins.py Only display forms when user has permissions. #159 2012-09-27 21:51:46 +01:00
models.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
negotiation.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
parsers.py Bits of cleanup 2012-09-26 12:40:11 +01:00
permissions.py Remove dumbass __all__ variables 2012-09-20 13:22:07 +01:00
renderers.py Remove support for doctests 2012-09-28 11:53:51 +01:00
request.py Remove support for doctests 2012-09-28 11:53:51 +01:00
resources.py Fix broken import 2012-09-26 21:15:24 +02:00
response.py Tweak media_type -> accepted_media_type. Need to document, but marginally less confusing 2012-09-21 13:16:08 +01:00
reverse.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
serializers.py Get test-only models properly working 2012-09-28 14:28:50 +01:00
settings.py Fix @api_view decorator tests 2012-09-26 21:47:19 +01:00
status.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
throttling.py Fix @api_view decorator tests 2012-09-26 21:47:19 +01:00
urlpatterns.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
urls.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
views.py Only display forms when user has permissions. #159 2012-09-27 21:51:46 +01:00