aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/renderers.py
AgeCommit message (Collapse)Author
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