index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
djangorestframework
/
request.py
Age
Commit message (
Expand
)
Author
2012-09-07
Fix method overloading
Tom Christie
2012-09-06
Move settings stuff actually into settings
Tom Christie
2012-09-06
Settings suppport importpaths
Tom Christie
2012-09-06
Add support for request.auth
Tom Christie
2012-09-05
Minor tweaks
Tom Christie
2012-09-03
Parsers may return raw data, or a DataAndFiles object
Tom Christie
2012-08-28
Added serializers and fields
Tom Christie
2012-08-26
Remove 405 method not allowed ImmediateResponse
Tom Christie
2012-08-26
Remove 415 ImmediateResponse
Tom Christie
2012-04-11
Merge work from sebpiq
Tom Christie
2012-02-25
Massive merge
Tom Christie
2012-02-23
authentication refactor : request.user + tests pass
Sébastien Piquemal
2012-02-20
Some cleanup
Tom Christie
2012-02-10
made suggested fixes
Sébastien Piquemal
2012-02-07
some docs for Request/Response/mixins
Sébastien Piquemal
2012-02-07
cleaned Request/Response/mixins to have similar interface
Sébastien Piquemal
2012-02-07
cleaned a bit Response/ResponseMixin code, added some documentation + renamed...
Sébastien Piquemal
2012-02-02
Response as a subclass of HttpResponse - first draft, not quite there yet.
Sébastien Piquemal
2012-01-25
enhanced request how-to + example
Sébastien Piquemal
2012-01-24
documentation for request module
Sébastien Piquemal
2012-01-22
.DATA, .FILES, overloaded HTTP method, content type and content available dir...
Sébastien Piquemal
2011-04-11
request.py -> mixins.py
Tom Christie
2011-04-11
Lots of validator tests passing after refactor
Tom Christie
2011-04-11
Tweak
Tom Christie
2011-04-11
Refactoring of authentication/permissions
Tom Christie
2011-04-11
Remove last bits of ParserMixin
Tom Christie
2011-04-11
form overloading tests passing
Tom Christie
2011-04-11
More tests passing
Tom Christie
2011-04-11
Start refactoring tests
Tom Christie
2011-04-04
Turn streaming request parsing back on for 1.3. Fix CSRF which was breaking ...
Tom Christie
2011-04-04
Turn streaming request parsing back on for 1.3. Fix CSRF which was breaking ...
Tom Christie
2011-04-03
Temporarily roll back the streaming stuff
tom christie tom@tomchristie.com
2011-04-02
Refactor to use self.CONTENT to access request body. Get file upload working
tom christie tom@tomchristie.com