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
/
rest_framework
/
tests
/
test_renderers.py
Age
Commit message (
Expand
)
Author
2014-03-02
Support for running the test suite with py.test
Andreas Pelme
2014-02-26
Display the media type of the API response on the browsable API
Keats
2014-01-17
Encode django QuerySets to lists and not dicts in JSONEncoder
Mathieu Pillard
2013-12-09
Fix compat issues for #1231
Tom Christie
2013-12-09
Merge branch 'issue-1231-jsonencoder' of git://github.com/mbox/django-rest-fr...
Tom Christie
2013-12-09
Merge master
Tom Christie
2013-12-09
Drop unneeded assert
Tom Christie
2013-12-09
Catch and mask ParseErrors that occur during rendering of the BrowsableAPI.
Tom Christie
2013-12-03
Remove Content-Type header from empty responses. Fixes #1196
Tom Christie
2013-12-03
First pass at a test for ParseErrors breaking the browsable API
Tom Christie
2013-11-22
Remove u from literals
Malcolm Box
2013-11-21
Fix issue #1231: JSONEncoder doesn't handle dict-like objects
Malcolm Box
2013-10-17
Fix decimal support with YAMLRenderer
badaud_t
2013-10-17
Fix typo YAMLRendererTests
badaud_t
2013-06-28
Added APIRequestFactory
Tom Christie
2013-05-29
Change test urls to match 1.6 test module name style
Tom Christie
2013-05-29
Rename test modules to 1.6 style
Tom Christie