aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/request.py
AgeCommit message (Expand)Author
2013-01-02Merge remote-tracking branch 'reference/py3k' into p3kXavier Ordoquy
2012-12-20Added setter to the auth propertyMark Hughes
2012-12-19urls, patterns, include imports move to compat to support incoming 1.3 thru 1...Tom Christie
2012-11-24Every (base) test should now pass with python3.Xavier Ordoquy
2012-11-24Added setter to user propertyMark Hughes
2012-10-17Added `media_type` to `.parse()` - Consistency with renderer API.Tom Christie
2012-10-17Drop .parse_string_or_stream() - keep API minimal.Tom Christie
2012-10-15Tweak parsers to take parser_contextTom Christie
2012-10-14Documentation for parsersTom Christie
2012-10-08Fix fiddly content-overloading bugTom Christie
2012-10-05Remove Parser.can_handle_request()Tom Christie
2012-09-27Remove RequestFactory from compat (Now 1.2 is not supported)Tom Christie
2012-09-27Add test for request.POSTTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie