aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/views.py
AgeCommit message (Expand)Author
2012-10-17parser_context includes `view`, `request`, `args`, `kwargs`. (Not `meta` and...Tom Christie
2012-10-17Drop .parse_string_or_stream() - keep API minimal.Tom Christie
2012-10-15Explicit CSRF failure message. Fixes #60.Tom Christie
2012-10-15Tweak parsers to take parser_contextTom Christie
2012-10-10Make sure JSON output in Browseable API is nicely indentedTom Christie
2012-10-10Permissions and throttles no longer have a view attribute on self. Explicitl...Tom Christie
2012-10-09Function based views get proper naming in browseable APITom Christie
2012-10-08Add RetrieveDestroyAPIView and remove Metadata mixinTom Christie
2012-10-05Remove Parser.can_handle_request()Tom Christie
2012-10-05Tweak view slightlyTom Christie
2012-10-05User .accepted_renderer, .accepted_media_typeTom Christie
2012-10-05Accepted media type uses most specific of client/renderer media types.Tom Christie
2012-09-28Add more tests for generic viewsTom Christie
2012-09-27Only display forms when user has permissions. #159Tom Christie
2012-09-21Tweak media_type -> accepted_media_type. Need to document, but marginally le...Tom Christie
2012-09-20Clean up bits of templates etcTom Christie
2012-09-20Hack out bunch of unneccesary private methods on View classTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie