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
/
djangorestframework
/
tests
/
renderers.py
Age
Commit message (
Collapse
)
Author
2011-12-29
Add JSONP. Fixes #82
Tom Christie
2011-12-12
Drop unused import
Tom Christie
2011-12-12
fix copy-paste typo.
Marko Tibold
2011-12-11
fix merge
Craig Blaszczyk
2011-12-11
add xml parser
Craig Blaszczyk
2011-07-30
Added support for OPTIONS method, including a few unit tests
Carles Barrobés
2011-07-01
pull in markos changes, minor tweaks to yaml stuff
Tom Christie
2011-06-26
Allow .json .html .xml style urls and also allow these formats to be ↵
Michael Fötsch
specified in a "?format=..." query string.
2011-06-25
Allow HEAD method
Tom Christie
2011-06-25
Support for HEAD method
Carles Barrobés
2011-06-15
Additional test for JSON
Tom Christie
2011-05-24
Renderers can now cope with parameterised args. ResponseMixin gets cleaned ↵
Tom Christie
up & added Renderer.can_handle_response(), mirroring Parsers.can_handle_request()
2011-05-24
Allow views to return HttpResponses. Add initial() hook method
Tom Christie
2011-05-10
renderer API work
Tom Christie
2011-04-29
More refactoring - move various less core stuff into utils etc
Tom Christie