aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/renderers.py
AgeCommit message (Collapse)Author
2012-09-07Fixing up browseable API for rest framework 2Tom Christie
2012-09-05Correct media type for jsonpTom Christie
2012-09-03Support generatorsTom Christie
2012-02-25Massive mergeTom Christie
2012-02-21Merging master into developTom Christie
2012-02-14fixed examples, corrected small bugs in the processSébastien Piquemal
2012-02-10attempt at fixing the examplesSébastien Piquemal
2012-02-07cleaned a bit Response/ResponseMixin code, added some documentation + ↵Sébastien Piquemal
renamed ErrorResponse to ImmediateResponse
2012-02-02Response as a subclass of HttpResponse - first draft, not quite there yet.Sébastien Piquemal
2012-02-02merged with trunk's masterSébastien Piquemal
2012-01-24Reverted formattingBen Timby
2012-01-23Refactored get_name()/get_description()Ben Timby
2012-01-22.DATA, .FILES, overloaded HTTP method, content type and content available ↵Sébastien Piquemal
directly on the request - see #128
2012-01-21pep8/pyflakes cleanupTom Christie
2012-01-11Use safe_dump. Fixes #123.Tom Christie
2012-01-11fixes #122Marko Tibold
tahanks @remcogerlich
2012-01-04#75 remove except statements which are overly broad in the exception they catchCraig Blaszczyk
2011-12-29whitespace fixesTom Christie
2011-12-29Add JSONP. Fixes #82Tom Christie
2011-12-19ADMIN_MEDIA_PREFIX is deprecated in django1.4Anthony Nemitz
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-26Very basic YAML support. Probably needs some tweaking, and definitely needs ↵markotibold
tests.
2011-06-25Add version to htmlTom Christie
2011-06-21Decimals are a protected_type - let's leave them up to the renderer to deal withTom Christie
2011-06-15Allow related models to be fully serializedTom Christie
2011-05-27Allow .form specified on view. Allow get_form, put_form, post_form. Add ↵Tom Christie
.PARAMS.
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-18Most of the actual work so far has been markup really.markotibold
2011-05-16Fixing some of the last blocking issuesTom Christie
2011-05-13cleanupTom Christie
2011-05-12yet more API cleanupTom Christie
2011-05-12refactoring resource specfic stuff into ResourceMixin - validators now defunctTom Christie
2011-05-10More tests, getting new serialization into resourceTom Christie
2011-05-10Bits of cleanupTom Christie
2011-05-10Rename resource to view in few remaining places in renderers (because that's ↵Tom Christie
what it now is)
2011-05-10renderer API workTom Christie
2011-05-10Getting the API into shapeTom Christie
2011-05-04Decouple views and resourcesTom Christie
2011-05-02emitters -> renderersTom Christie
2011-04-29More refactoring - move various less core stuff into utils etcTom Christie