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
2012-02-21
Remove staticviews. Use standard login/logout
Tom Christie
2012-01-25
Refactoring get_name/get_description
Tom Christie
2012-01-24
Modified test case to pass regardless of JSON library
Ben Timby
2012-01-23
Fix for testcase test_with_content_type_args
Ben Timby
2012-01-13
py25, py26 along with Django12 can't handle assertDictEqual (it was introduced
Marko Tibold
in py27)
2012-01-13
Got rid of more duplicate tests and put back the tests for #122.
Marko Tibold
2012-01-13
split renderer and parser complex data test case
Michele Lazzeri
2012-01-12
add testcate XMLRendererTestCase.test_render_and_parse_complex_data
Michele Lazzeri
2012-01-11
fixes #122
Marko Tibold
tahanks @remcogerlich
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