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
2015-03-25
Use default reason phrases from HTTP standard.
José Padilla
2015-01-31
_closable_objects as an empty list, not deleted
empty_closable_objects
Tom Christie
2015-01-23
More sensible response caching.
Tom Christie
2014-10-08
Reverted 59d0a0387d907260ef8f91bbbca618831abd75a3 and fixed the tests
Xavier Ordoquy
2014-08-19
Drop six from compat. 1.4.2 is now the lowest supported version.
Tom Christie
2014-08-19
Code linting and added runtests.py
Tom Christie
2014-08-01
Leave status responsibility to parent class
Anler Hp
2014-07-29
Better fix for the Django 1.3 compat
Xavier Ordoquy
2014-07-29
Fixed the Django 1.3 compat
Xavier Ordoquy
2014-07-29
Fixed the cache issue with Django 1.7 rc*
Xavier Ordoquy
2013-12-03
Remove Content-Type header from empty responses. Fixes #1196
Tom Christie
2013-06-02
fix doc typo
Menghan
2013-05-28
Fixed typos
Pascal Borreli
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
Added proper charset support
Tom Christie
2013-05-18
charset param gets now appended to response's Content-Type. Closes #807
Karol Majta
2013-04-25
Cleanup docstrings
Tom Christie
2013-02-04
Cleanup imports
Tom Christie
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