aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/request.py
AgeCommit message (Collapse)Author
2011-04-04Turn streaming request parsing back on for 1.3. Fix CSRF which was breaking ↵Tom Christie
it. It's really not at all obvious if we need to byte limit the stream that we hand over or not.
2011-04-04Turn streaming request parsing back on for 1.3. Fix CSRF which was breaking ↵Tom Christie
it. It's really not at all obvious if we need to byte limit the stream that we hand over or not.
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