aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/response.py
AgeCommit message (Collapse)Author
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
Location header when Creating a Resource with HyperlinkedIdentityField
2012-11-14fixed some typosStephan Groß
2012-11-13changed buggy response + code ploishingLudwig Kraatz
reponse didnt handle any headers at all. Accepts now a dict of headers and sets those properly
2012-11-06Support for HTML error templates. Fixes #319.Tom Christie
2012-11-04Remove attributes that are not needed when cachingJacob Magnusson
the Response object. This fixes #346
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 ↵Tom Christie
less confusing
2012-09-21Tweak media_type -> accepted_media_type. Need to document, but marginally ↵Tom Christie
less confusing
2012-09-21Tweak media_type -> accepted_media_type. Need to document, but marginally ↵Tom Christie
less confusing
2012-09-20Clean up bits of templates etcTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie