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
/
response.py
Age
Commit message (
Expand
)
Author
2013-01-03
Move the various compat things to the compat module.
Xavier Ordoquy
2012-11-24
Every (base) test should now pass with python3.
Xavier Ordoquy
2012-11-14
Merge pull request #407 from ludwigkraatz/location_header
Tom Christie
2012-11-14
fixed some typos
Stephan Groß
2012-11-13
changed buggy response + code ploishing
Ludwig Kraatz
2012-11-06
Support for HTML error templates. Fixes #319.
Tom Christie
2012-11-04
Remove attributes that are not needed when caching
Jacob Magnusson
2012-10-10
Make sure JSON output in Browseable API is nicely indented
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-09-30
Docs tweaking
Tom Christie
2012-09-21
Tweak media_type -> accepted_media_type. Need to document, but marginally le...
Tom Christie
2012-09-21
Tweak media_type -> accepted_media_type. Need to document, but marginally le...
Tom Christie
2012-09-21
Tweak media_type -> accepted_media_type. Need to document, but marginally le...
Tom Christie
2012-09-20
Clean up bits of templates etc
Tom Christie
2012-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie