aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/renderers.md
AgeCommit message (Collapse)Author
2014-09-10add django rest pandasS. Andrew Sheppard
2014-04-10Document new UnicodeYAMLRendererMiro Hrončok
2013-12-21Docs tweaksTom Christie
2013-12-21Added links to djangorestframework-camel-case in the third partyVitaly Babiy
sections of the docs for both parsers and renderers.
2013-12-05Upgrade JSONP security warning.Tom Christie
2013-12-02Fix TemplateHTMLRenderer exampleStephan Groß
2013-11-15Use less specfic language in UltaJSON notesTom Christie
2013-11-11Added drf-ujson-renderer to renderers docsJacob Haslehurst
drf-ujson-renderer is a third party renderer that implements JSON renderering using UltraJSON
2013-08-25Add warning against HTMLFormRendererTom Christie
2013-08-23Docs for HTMLFormRendererTom Christie
2013-08-23JSON responses should not include a charsetTom Christie
2013-08-21Include import paths throughout docs.Tom Christie
Closes #1051. Thanks to @pydanny for the report.
2013-08-07Fixed typos in a bunch of docsVeronica Lynn
2013-07-29Notes on customizing BrowsableAPIRenderer. Refs #1001Tom Christie
2013-07-01Complete testing docsTom Christie
2013-05-28Fix md formatting and typosStephan Groß
2013-05-28Fixed typosPascal Borreli
2013-05-22Last bits of charset sorting-out-nessTom Christie
2013-05-21Tweak nav style slightlyTom Christie
2013-05-20content type may be set explicitly on the responseTom Christie
2013-05-20Fix charset issuesTom Christie
2013-05-18Adds new renderer into the documentationPablo Recio
2013-05-18Tweak docsTom Christie
2013-05-18added comment about error behavior with DEBUG=TrueOscar Vilaplana
2013-05-05Merge masterTom Christie
2013-05-01Example and spelling fixes. Change "browseable" to "browsable" for consistency.Victor Shih
2013-04-26Adding 'view or viewset' to docs appropriate.Tom Christie
2013-04-24Various clean up and lots of docsTom Christie
2013-02-25Renamed UserInstance to UserDetail in docsDanilo Bargen
2013-02-22Note requirements explicitly.Tom Christie
2013-02-22Tweak TemplateHTMLRenderer docs.Tom Christie
2013-01-27AJAX, CSRF & CORS documentationTom Christie
2013-01-14Tweak messagepack linksTom Christie
2013-01-14Add link to @mjumbewu's CSV packageTom Christie
2013-01-07Added @juanriaza's `djangorestframework-msgpack` package to the docs.Tom Christie
2012-11-06Support for HTML error templates. Fixes #319.Tom Christie
2012-10-29fixed api_view decorator useageStephan Groß
2012-10-28TemplateHTMLRenderer, StaticHTMLRendererTom Christie
2012-10-26Use context dict in HTMLRendererTom Christie
2012-10-21Fixing spelling errors.Marko Tibold
2012-10-17Make settings consistent with corrosponding view attributesTom Christie
2012-10-17parser_context includes `view`, `request`, `args`, `kwargs`. (Not `meta` ↵Tom Christie
and `upload_handlers`) Consistency with renderer API.
2012-10-15Tweak parsers to take parser_contextTom Christie
2012-10-14Documentation for parsersTom Christie
2012-10-10Make sure JSON output in Browseable API is nicely indentedTom Christie
2012-10-09Docs tweaksTom Christie
2012-10-09Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> ↵Tom Christie
BrowseableAPIRenderer
2012-10-05Tweak view slightlyTom Christie
2012-10-05Tweak doc headingsTom Christie
2012-10-05Docs for template responsesTom Christie