aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests/renderers.py
AgeCommit message (Collapse)Author
2012-02-21Remove staticviews. Use standard login/logoutTom Christie
2012-01-25Refactoring get_name/get_descriptionTom Christie
2012-01-24Modified test case to pass regardless of JSON libraryBen Timby
2012-01-23Fix for testcase test_with_content_type_argsBen Timby
2012-01-13py25, py26 along with Django12 can't handle assertDictEqual (it was introducedMarko Tibold
in py27)
2012-01-13Got rid of more duplicate tests and put back the tests for #122.Marko Tibold
2012-01-13split renderer and parser complex data test caseMichele Lazzeri
2012-01-12add testcate XMLRendererTestCase.test_render_and_parse_complex_dataMichele Lazzeri
2012-01-11fixes #122Marko Tibold
tahanks @remcogerlich
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