django-rest-framework/rest_framework
2012-10-17 14:59:53 +01: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 Merge pull request #296 from ulmus/restframework2 2012-10-15 06:04:55 -07:00
utils Tweak parsers to take parser_context 2012-10-15 13:27:50 +01:00
__init__.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
authentication.py Add docs for 401 vs 403 responses 2012-10-17 14:59:53 +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 Add Unauthenticated exception. 2012-10-17 14:59:37 +01:00
fields.py Removed serializer.TextField and related tests 2012-10-15 14:09:29 +02:00
generics.py Add RetrieveDestroyAPIView and remove Metadata mixin 2012-10-08 14:13:15 +01:00
mixins.py Revert "Support for request-based queryset limits on ListModelMixin" 2012-10-15 11:49:56 +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 'results_field' attribute of BasePaginationSerializer public. 2012-10-02 10:40:43 +01:00
parsers.py Tweak parsers to take parser_context 2012-10-15 13:27:50 +01:00
permissions.py Tweak parsers to take parser_context 2012-10-15 13:27:50 +01:00
renderers.py Explicit CSRF failure message. Fixes #60. 2012-10-15 14:03:36 +01:00
request.py Tweak parsers to take parser_context 2012-10-15 13:27:50 +01:00
resources.py Tweak parsers to take parser_context 2012-10-15 13:27:50 +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 Added docs, integer fields and refactored models.TextField to use CharField 2012-10-15 13:46:44 +02:00
settings.py Tweak parsers to take parser_context 2012-10-15 13:27:50 +01:00
status.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
throttling.py Typo in class name 2012-10-17 10:41:23 +03: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 Explicit CSRF failure message. Fixes #60. 2012-10-15 14:03:36 +01:00