index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
api-guide
/
renderers.md
Age
Commit message (
Expand
)
Author
2013-05-28
Fix md formatting and typos
Stephan Groß
2013-05-28
Fixed typos
Pascal Borreli
2013-05-22
Last bits of charset sorting-out-ness
Tom Christie
2013-05-21
Tweak nav style slightly
Tom Christie
2013-05-20
content type may be set explicitly on the response
Tom Christie
2013-05-20
Fix charset issues
Tom Christie
2013-05-18
Adds new renderer into the documentation
Pablo Recio
2013-05-18
Tweak docs
Tom Christie
2013-05-18
added comment about error behavior with DEBUG=True
Oscar Vilaplana
2013-05-05
Merge master
Tom Christie
2013-05-01
Example and spelling fixes. Change "browseable" to "browsable" for consistency.
Victor Shih
2013-04-26
Adding 'view or viewset' to docs appropriate.
Tom Christie
2013-04-24
Various clean up and lots of docs
Tom Christie
2013-02-25
Renamed UserInstance to UserDetail in docs
Danilo Bargen
2013-02-22
Note requirements explicitly.
Tom Christie
2013-02-22
Tweak TemplateHTMLRenderer docs.
Tom Christie
2013-01-27
AJAX, CSRF & CORS documentation
Tom Christie
2013-01-14
Tweak messagepack links
Tom Christie
2013-01-14
Add link to @mjumbewu's CSV package
Tom Christie
2013-01-07
Added @juanriaza's `djangorestframework-msgpack` package to the docs.
Tom Christie
2012-11-06
Support for HTML error templates. Fixes #319.
Tom Christie
2012-10-29
fixed api_view decorator useage
Stephan Groß
2012-10-28
TemplateHTMLRenderer, StaticHTMLRenderer
Tom Christie
2012-10-26
Use context dict in HTMLRenderer
Tom Christie
2012-10-21
Fixing spelling errors.
Marko Tibold
2012-10-17
Make settings consistent with corrosponding view attributes
Tom Christie
2012-10-17
parser_context includes `view`, `request`, `args`, `kwargs`. (Not `meta` and...
Tom Christie
2012-10-15
Tweak parsers to take parser_context
Tom Christie
2012-10-14
Documentation for parsers
Tom Christie
2012-10-10
Make sure JSON output in Browseable API is nicely indented
Tom Christie
2012-10-09
Docs tweaks
Tom Christie
2012-10-09
Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> Brows...
Tom Christie
2012-10-05
Tweak view slightly
Tom Christie
2012-10-05
Tweak doc headings
Tom Christie
2012-10-05
Docs for template responses
Tom Christie
2012-10-05
HTMLTemplateRenderer working
Tom Christie
2012-10-05
Accepted media type uses most specific of client/renderer media types.
Tom Christie
2012-10-02
Renderer documentation
Tom Christie
2012-09-26
Fix @api_view decorator tests
Tom Christie
2012-09-08
Links to source files in docs
Tom Christie
2012-09-01
REST framework 2 docs
Tom Christie