aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/test_renderers.py
AgeCommit message (Expand)Author
2013-12-13Merge branch 'master' into 2.4.0Tom Christie
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-09-25Drop 1.3 supportTom Christie
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