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
2014-01-17
Merge pull request #1361 from ross/x_method_override
Tom Christie
2014-01-17
always obey X-HTTP-METHOD-OVERRIDE header
Ross McFarland
2014-01-09
Merge pull request #1341 from fredrikmollerstrand/docstring-typo-fix
Tom Christie
2014-01-09
fix docstring typos.
Fredrik Möllerstrand
2013-12-09
Catch and mask ParseErrors that occur during rendering of the BrowsableAPI.
Tom Christie
2013-12-03
Catch errors during parsing and set empty .DATA/.FILES before re-raising.
Tom Christie
2013-10-24
Fixed UnicodeEncodeError when POST JSON via web interface; added test
alexanderlukanin13
2013-08-29
Add `override_method` context manager and cleanup.
Tom Christie
2013-06-29
Added APIClient.authenticate()
Tom Christie
2013-06-03
request.user should be still be accessible in renderer context if authenticat...
Tom Christie
2013-04-25
Cleanup docstrings
Tom Christie
2013-03-12
Only honor X-HTTP-Method-Override for POST requests.
Tom Christie
2013-03-04
Modified to allow form overloading to take precedence over header.
Dave Kuhn
2013-03-03
Support for X-HTTP-Method-Override header
Dave Kuhn
2013-02-14
request.DATA should use empty QueryDict for no data, not None.
Tom Christie
2013-02-14
Fix broken clone_request
Tom Christie
2013-02-10
Fix incorrect 401 vs 403 response, if lazy authentication has not taken place.
Tom Christie
2013-02-04
Deal with parser encodings properly
Tom Christie
2013-02-04
Cleanup imports
Tom Christie
2013-02-01
Py3k cleanup
Tom Christie
2013-02-01
Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...
Tom Christie
2013-01-07
Merged to latest master
Tom Christie
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-11-24
Added setter to user property
Mark Hughes
2012-11-23
52 tests passing. Refactored a few string / byte io.
Xavier Ordoquy
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-11-13
Implementing 401 vs 403 responses
Tom Christie
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