aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/views.py
AgeCommit message (Expand)Author
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