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
/
request.py
Age
Commit message (
Expand
)
Author
2013-02-14
request.DATA should use empty QueryDict for no data, not None.
Tom Christie
2013-02-04
Cleanup imports
Tom Christie
2013-02-01
Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...
Tom Christie
2013-01-05
deprecate simplejson
Juan Riaza
2013-01-03
Move the various compat things to the compat module.
Xavier Ordoquy
2013-01-02
Merge remote-tracking branch 'reference/py3k' into p3k
Xavier Ordoquy
2012-12-20
Added setter to the auth property
Mark Hughes
2012-12-19
urls, patterns, include imports move to compat to support incoming 1.3 thru 1...
Tom Christie
2012-11-24
Every (base) test should now pass with python3.
Xavier Ordoquy
2012-11-24
Added setter to user property
Mark Hughes
2012-10-17
Added `media_type` to `.parse()` - Consistency with renderer API.
Tom Christie
2012-10-17
Drop .parse_string_or_stream() - keep API minimal.
Tom Christie
2012-10-15
Tweak parsers to take parser_context
Tom Christie
2012-10-14
Documentation for parsers
Tom Christie
2012-10-08
Fix fiddly content-overloading bug
Tom Christie
2012-10-05
Remove Parser.can_handle_request()
Tom Christie
2012-09-27
Remove RequestFactory from compat (Now 1.2 is not supported)
Tom Christie
2012-09-27
Add test for request.POST
Tom Christie
2012-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie