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
/
request.py
Age
Commit message (
Expand
)
Author
2012-11-22
6 first tests passes under python 3.2
Xavier Ordoquy
2012-11-22
First passing test under p3k \o/
Xavier Ordoquy
2012-10-27
pep8
Tom Christie
2012-10-17
Make settings consistent with corrosponding view attributes
Tom Christie
2012-10-17
Negotiation API finalized. .select_renderers and .select_parsers
Tom Christie
2012-10-17
Added `media_type` to `.parse()` - Consistency with renderer API.
Tom Christie
2012-10-17
parser_context includes `view`, `request`, `args`, `kwargs`. (Not `meta` and...
Tom Christie
2012-10-15
Tweak parsers to take parser_context
Tom Christie
2012-10-13
Improve documentation for Requests
Tom Christie
2012-10-09
Fix browseable API form display error for authenticated permissions
Tom Christie
2012-10-08
Fix issue where required fields were not being properly validated. Also make...
Tom Christie
2012-10-08
Fix fiddly content-overloading bug
Tom Christie
2012-10-05
Remove Parser.can_handle_request()
Tom Christie
2012-09-28
Remove support for doctests
Tom Christie
2012-09-26
Add request.QUERY_PARAMS
Tom Christie
2012-09-20
Remove dumbass __all__ variables
Tom Christie
2012-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie