aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/response.py
AgeCommit message (Expand)Author
2013-12-03Remove Content-Type header from empty responses. Fixes #1196Tom Christie
2013-06-02fix doc typoMenghan
2013-05-28Fixed typosPascal Borreli
2013-05-20content type may be set explicitly on the responseTom Christie
2013-05-20Fix charset issuesTom Christie
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-01-03Move the various compat things to the compat module.Xavier Ordoquy
2012-11-24Every (base) test should now pass with python3.Xavier Ordoquy
2012-11-14Merge pull request #407 from ludwigkraatz/location_headerTom Christie
2012-11-14fixed some typosStephan Groß
2012-11-13changed buggy response + code ploishingLudwig Kraatz
2012-11-06Support for HTML error templates. Fixes #319.Tom Christie
2012-11-04Remove attributes that are not needed when cachingJacob Magnusson
2012-10-10Make sure JSON output in Browseable API is nicely indentedTom Christie
2012-10-05Docs for template responsesTom Christie
2012-10-05HTMLTemplateRenderer workingTom Christie
2012-10-05Accepted media type uses most specific of client/renderer media types.Tom Christie
2012-09-30Docs tweakingTom Christie
2012-09-21Tweak media_type -> accepted_media_type. Need to document, but marginally le...Tom Christie
2012-09-21Tweak media_type -> accepted_media_type. Need to document, but marginally le...Tom 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-20Change package name: djangorestframework -> rest_frameworkTom Christie