aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests/request.py
AgeCommit message (Expand)Author
2012-09-11Better naming for properties on views, requests and responsesJamie Matthews
2012-09-07Fix the tests on 1.3 and HEADMjumbe Wawatu Poe
2012-09-07Fix Django master support.Mjumbe Wawatu Poe
2012-09-04Bits of cleanupTom Christie
2012-09-03View -> APIViewTom Christie
2012-09-03Parsers may return raw data, or a DataAndFiles objectTom Christie
2012-02-25Fix broken testsTom Christie
2012-02-25Massive mergeTom Christie
2012-02-07cleaned Request/Response/mixins to have similar interfaceSébastien Piquemal
2012-02-02Response as a subclass of HttpResponse - first draft, not quite there yet.Sébastien Piquemal
2012-01-24corrected request exampleSébastien Piquemal
2012-01-22.DATA, .FILES, overloaded HTTP method, content type and content available dir...Sébastien Piquemal