aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/request.py
AgeCommit message (Expand)Author
2012-09-07Fix method overloadingTom Christie
2012-09-06Move settings stuff actually into settingsTom Christie
2012-09-06Settings suppport importpathsTom Christie
2012-09-06Add support for request.authTom Christie
2012-09-05Minor tweaksTom Christie
2012-09-03Parsers may return raw data, or a DataAndFiles objectTom Christie
2012-08-28Added serializers and fieldsTom Christie
2012-08-26Remove 405 method not allowed ImmediateResponseTom Christie
2012-08-26Remove 415 ImmediateResponseTom Christie
2012-04-11Merge work from sebpiqTom Christie
2012-02-25Massive mergeTom Christie
2012-02-23authentication refactor : request.user + tests passSébastien Piquemal
2012-02-20Some cleanupTom Christie
2012-02-10made suggested fixesSébastien Piquemal
2012-02-07some docs for Request/Response/mixinsSébastien Piquemal
2012-02-07cleaned Request/Response/mixins to have similar interfaceSébastien Piquemal
2012-02-07cleaned a bit Response/ResponseMixin code, added some documentation + renamed...Sébastien Piquemal
2012-02-02Response as a subclass of HttpResponse - first draft, not quite there yet.Sébastien Piquemal
2012-01-25enhanced request how-to + exampleSébastien Piquemal
2012-01-24documentation for request moduleSébastien Piquemal
2012-01-22.DATA, .FILES, overloaded HTTP method, content type and content available dir...Sébastien Piquemal
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