aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/renderers.py
AgeCommit message (Expand)Author
2012-09-20Remove old 'djangorestframework directoriesTom Christie
2012-09-14Moved content negotiation out of response. Nicer exception handling now.Tom Christie
2012-09-11Better naming for properties on views, requests and responsesJamie Matthews
2012-09-08Fix failing test.Marko Tibold
2012-09-08Don't fill in the form after a DELETE.Marko Tibold
2012-09-08`error_data` -> `errors`Marko Tibold
2012-09-08Fields are showing up again. Still WIP.Marko Tibold
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 + renamed...Sébastien Piquemal
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 dir...Sébastien Piquemal
2012-01-21pep8/pyflakes cleanupTom Christie
2012-01-11Use safe_dump. Fixes #123.Tom Christie
2012-01-11fixes #122Marko Tibold
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 specifie...Michael Fötsch
2011-06-26Very basic YAML support. Probably needs some tweaking, and definitely needs t...markotibold
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 .PA...Tom Christie
2011-05-24Renderers can now cope with parameterised args. ResponseMixin gets cleaned u...Tom Christie
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
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