aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests/renderers.py
AgeCommit message (Expand)Author
2012-09-20Remove old 'djangorestframework directoriesTom Christie
2012-09-16Simplify negotiation. Drop MSIE hacks. Etc.Tom Christie
2012-09-11Better naming for properties on views, requests and responsesJamie Matthews
2012-09-07Fix renderer tests.Mjumbe Wawatu Poe
2012-09-07Add basic serializer testsTom Christie
2012-09-07Remove dumbass meaningless testTom Christie
2012-09-06Refactoring some basicsTom Christie
2012-09-03View -> APIViewTom Christie
2012-09-03Parsers may return raw data, or a DataAndFiles objectTom Christie
2012-09-03Support generatorsTom Christie
2012-08-28Added serializers and fieldsTom Christie
2012-08-24Remove PermissionsMixinTom Christie
2012-08-24Remove RequestMixinx / ReponseMixinTom Christie
2012-02-25Fix broken testsTom Christie
2012-02-25Massive mergeTom Christie
2012-02-07cleaned a bit Response/ResponseMixin code, added some documentation + renamed...Sébastien Piquemal
2012-02-02Response as a subclass of HttpResponse - first draft, not quite there yet.Sébastien Piquemal
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
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
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 specifie...Michael Fötsch
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 u...Tom Christie
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