aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/test_renderers.py
AgeCommit message (Expand)Author
2014-03-02Support for running the test suite with py.testAndreas Pelme
2014-02-26Display the media type of the API response on the browsable APIKeats
2014-01-17Encode django QuerySets to lists and not dicts in JSONEncoderMathieu Pillard
2013-12-09Fix compat issues for #1231Tom Christie
2013-12-09Merge branch 'issue-1231-jsonencoder' of git://github.com/mbox/django-rest-fr...Tom Christie
2013-12-09Merge masterTom Christie
2013-12-09Drop unneeded assertTom Christie
2013-12-09Catch and mask ParseErrors that occur during rendering of the BrowsableAPI.Tom Christie
2013-12-03Remove Content-Type header from empty responses. Fixes #1196Tom Christie
2013-12-03First pass at a test for ParseErrors breaking the browsable APITom Christie
2013-11-22Remove u from literalsMalcolm Box
2013-11-21Fix issue #1231: JSONEncoder doesn't handle dict-like objectsMalcolm Box
2013-10-17Fix decimal support with YAMLRendererbadaud_t
2013-10-17Fix typo YAMLRendererTestsbadaud_t
2013-06-28Added APIRequestFactoryTom Christie
2013-05-29Change test urls to match 1.6 test module name styleTom Christie
2013-05-29Rename test modules to 1.6 styleTom Christie