django-rest-framework/rest_framework
2012-10-11 12:01:07 +02:00
..
authtoken api_key -> auth_token to avoid TastyPie conflict 2012-10-10 09:50:15 +01:00
runtests Fix coverage to not include migrations 2012-09-28 16:01:02 +01:00
static/rest_framework Flesh out quickstart guide and make some style tweaks 2012-10-09 13:50:26 +01:00
templates/rest_framework Flesh out quickstart guide and make some style tweaks 2012-10-09 13:50:26 +01:00
templatetags Pagination support 2012-09-30 17:31:28 +01:00
tests Fix small PEP8 problem. 2012-10-11 12:01:07 +02:00
utils Fix yaml rendering 2012-10-10 16:34:00 +01:00
__init__.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
authentication.py Fix session auth 2012-10-10 16:36:25 +01:00
compat.py Fix serialization issue with Django 1.3 2012-09-28 14:53:22 +01:00
decorators.py Added quickstart guide 2012-10-09 12:01:17 +01:00
exceptions.py Fix @api_view decorator tests 2012-09-26 21:47:19 +01:00
fields.py Remove Field handling relations/relationship managers - use RelatedField/ManyRelatedField instead 2012-10-09 10:25:01 +01:00
generics.py First attempt at adding filter support. 2012-10-11 12:01:07 +02:00
mixins.py First attempt at adding filter support. 2012-10-11 12:01:07 +02:00
models.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
negotiation.py Remove Parser.can_handle_request() 2012-10-05 14:48:33 +01:00
pagination.py Make query filters work with pagination. 2012-10-11 12:01:07 +02:00
parsers.py Remove Parser.can_handle_request() 2012-10-05 14:48:33 +01:00
permissions.py Permissions and throttles no longer have a view attribute on self. Explicitly passed to .has_permissions(request, view, obj=None) / .allow_request(request, view) 2012-10-10 10:02:37 +01:00
renderers.py Fix yaml rendering 2012-10-10 16:34:00 +01:00
request.py Fix browseable API form display error for authenticated permissions 2012-10-09 12:48:49 +01:00
resources.py Remove 'tut 6 - resources' from the docs, since it doesn't exist yet 2012-10-10 09:36:18 +01:00
response.py Make sure JSON output in Browseable API is nicely indented 2012-10-10 12:15:18 +01:00
reverse.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
serializers.py Don't fail when no data provided 2012-10-10 16:41:08 +01:00
settings.py Tidy up APISettings object to not rely on module state 2012-10-10 12:54:40 +01:00
status.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
throttling.py Permissions and throttles no longer have a view attribute on self. Explicitly passed to .has_permissions(request, view, obj=None) / .allow_request(request, view) 2012-10-10 10:02:37 +01:00
urlpatterns.py Added quickstart guide 2012-10-09 12:01:17 +01:00
urls.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
views.py Make sure JSON output in Browseable API is nicely indented 2012-10-10 12:15:18 +01:00