aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/request.py
AgeCommit message (Expand)Author
2013-06-03request.user should be still be accessible in renderer context if authenticat...Tom Christie
2013-04-25Cleanup docstringsTom Christie
2013-03-12Only honor X-HTTP-Method-Override for POST requests.Tom Christie
2013-03-04Modified to allow form overloading to take precedence over header.Dave Kuhn
2013-03-03Support for X-HTTP-Method-Override headerDave Kuhn
2013-02-14request.DATA should use empty QueryDict for no data, not None.Tom Christie
2013-02-14Fix broken clone_requestTom Christie
2013-02-10Fix incorrect 401 vs 403 response, if lazy authentication has not taken place.Tom Christie
2013-02-04Deal with parser encodings properlyTom Christie
2013-02-04Cleanup importsTom Christie
2013-02-01Py3k cleanupTom Christie
2013-02-01Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...Tom Christie
2013-01-07Merged to latest masterTom Christie
2013-01-03Move the various compat things to the compat module.Xavier Ordoquy
2013-01-02Merge remote-tracking branch 'reference/py3k' into p3kXavier Ordoquy
2012-12-20Added setter to the auth propertyMark Hughes
2012-11-24Added setter to user propertyMark Hughes
2012-11-2352 tests passing. Refactored a few string / byte io.Xavier Ordoquy
2012-11-226 first tests passes under python 3.2Xavier Ordoquy
2012-11-22First passing test under p3k \o/Xavier Ordoquy
2012-11-13Implementing 401 vs 403 responsesTom Christie
2012-10-27pep8Tom Christie
2012-10-17Make settings consistent with corrosponding view attributesTom Christie
2012-10-17Negotiation API finalized. .select_renderers and .select_parsersTom Christie
2012-10-17Added `media_type` to `.parse()` - Consistency with renderer API.Tom Christie
2012-10-17parser_context includes `view`, `request`, `args`, `kwargs`. (Not `meta` and...Tom Christie
2012-10-15Tweak parsers to take parser_contextTom Christie
2012-10-13Improve documentation for RequestsTom Christie
2012-10-09Fix browseable API form display error for authenticated permissionsTom Christie
2012-10-08Fix issue where required fields were not being properly validated. Also make...Tom Christie
2012-10-08Fix fiddly content-overloading bugTom Christie
2012-10-05Remove Parser.can_handle_request()Tom Christie
2012-09-28Remove support for doctestsTom Christie
2012-09-26Add request.QUERY_PARAMSTom Christie
2012-09-20Remove dumbass __all__ variablesTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie