aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/request.py
AgeCommit message (Expand)Author
2011-04-11request.py -> mixins.pyTom Christie
2011-04-11Lots of validator tests passing after refactorTom Christie
2011-04-11TweakTom Christie
2011-04-11Refactoring of authentication/permissionsTom Christie
2011-04-11Remove last bits of ParserMixinTom Christie
2011-04-11form overloading tests passingTom Christie
2011-04-11More tests passingTom Christie
2011-04-11Start refactoring testsTom Christie
2011-04-04Turn streaming request parsing back on for 1.3. Fix CSRF which was breaking ...Tom Christie
2011-04-04Turn streaming request parsing back on for 1.3. Fix CSRF which was breaking ...Tom Christie
2011-04-03Temporarily roll back the streaming stufftom christie tom@tomchristie.com
2011-04-02Refactor to use self.CONTENT to access request body. Get file upload workingtom christie tom@tomchristie.com