aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/request.py
AgeCommit message (Expand)Author
2012-11-226 first tests passes under python 3.2Xavier Ordoquy
2012-11-22First passing test under p3k \o/Xavier Ordoquy
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