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
/
response.py
Age
Commit message (
Collapse
)
Author
2012-02-02
Python docs say inherit from Exception, not BaseException.
Tom Christie
2012-01-21
pep8/pyflakes cleanup
Tom Christie
2011-12-29
whitespace fixes
Tom Christie
2011-06-25
Urg. Fixed bug in assigning headers
Tom Christie
2011-05-24
tidy up last bits of renderer media type handling
Tom Christie
2011-05-19
The core is now documented from the docstrings in the source.
markotibold
2011-05-10
More tests, getting new serialization into resource
Tom Christie
2011-05-04
Decouple views and resources
Tom Christie
2011-04-11
Rename mixins into Mixin class, rename ResponseException to ErrorResponse, ↵
Tom Christie
remove NoContent
2011-04-11
Refactoring of authentication/permissions
Tom Christie
2011-02-19
Move status codes into seperate module
tom christie tom@tomchristie.com
2011-02-04
Huge stack of refactoring getting stuff into Mixin classes, and loads of ↵
tom christie tom@tomchristie.com
tests. Kickass.
2011-01-30
Rename to django-rest-framework, get simpleexample working
tom christie tom@tomchristie.com