aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/negotiation.py
AgeCommit message (Expand)Author
2013-05-18Added proper charset supportTom Christie
2013-05-18charset param gets now appended to response's Content-Type. Closes #807Karol Majta
2013-04-25Cleanup docstringsTom Christie
2013-02-04Cleanup importsTom Christie
2013-02-04Use request.QUERY_PARAMS internallyTom Christie
2012-11-27Renderer negotiation: media_type specificty evaluation weakFabian Büchler
2012-10-29Fixes for urls with suffixesTom Christie
2012-10-17Negotiation API finalized. .select_renderers and .select_parsersTom Christie
2012-10-05Remove Parser.can_handle_request()Tom Christie
2012-10-05Accepted media type uses most specific of client/renderer media types.Tom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie