aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests/renderers.py
AgeCommit message (Collapse)Author
2011-12-29Add JSONP. Fixes #82Tom Christie
2011-12-12Drop unused importTom Christie
2011-12-12fix copy-paste typo.Marko Tibold
2011-12-11fix mergeCraig Blaszczyk
2011-12-11add xml parserCraig Blaszczyk
2011-07-30Added support for OPTIONS method, including a few unit testsCarles Barrobés
2011-07-01pull in markos changes, minor tweaks to yaml stuffTom Christie
2011-06-26Allow .json .html .xml style urls and also allow these formats to be ↵Michael Fötsch
specified in a "?format=..." query string.
2011-06-25Allow HEAD methodTom Christie
2011-06-25Support for HEAD methodCarles Barrobés
2011-06-15Additional test for JSONTom Christie
2011-05-24Renderers can now cope with parameterised args. ResponseMixin gets cleaned ↵Tom Christie
up & added Renderer.can_handle_response(), mirroring Parsers.can_handle_request()
2011-05-24Allow views to return HttpResponses. Add initial() hook methodTom Christie
2011-05-10renderer API workTom Christie
2011-04-29More refactoring - move various less core stuff into utils etcTom Christie