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
/
rest_framework
/
request.py
Age
Commit message (
Expand
)
Author
2015-03-05
Remove `MergeDict`
Egor Yurtaev
2015-02-17
Fixes for latest pep8 updates. Refs #2563.
Tom Christie
2015-02-09
Merge master
Tom Christie
2015-02-09
Py3 compat fix
Tom Christie
2015-02-09
Fix misleading AttributeErrors
Tom Christie
2015-02-06
Upgrade pending deprecations to deprecations
Tom Christie
2015-01-27
Clone the versioning_scheme when necessary. Fixes #2477
Brandon Cazander
2015-01-26
Set a version attribute on cloned requests if necessary.
Brandon Cazander
2015-01-24
Use enhanced request when cloning requests for checking permissions on other ...
Brandon Cazander
2014-12-17
Ensure request.auth is available to response middleware.
Tom Christie
2014-12-17
Merge pull request #2155 from martinmaillard/set-user-on-wrapped-request
Tom Christie
2014-12-04
Removed custom StringIO, force_text, smart_text compat
Tymur Maryokhin
2014-11-28
Set user on wrapped request
Martin Maillard
2014-11-25
request.DATA, request.FILES -> request.data
Tom Christie
2014-11-05
Copy accepted_renderer and accepted_media_type when cloing a request. Closes ...
Tom Christie
2014-10-08
More gradual deprecation
Tom Christie
2014-09-26
request.data attribute
Tom Christie
2014-08-19
Resolve linting issues
Tom Christie
2014-08-19
Code linting and added runtests.py
Tom Christie
2014-08-18
Only set .action attribute in override_method if it already existed on the view
Tom Christie
2014-08-18
Merge pull request #1763 from fongandrew/patch-1
Tom Christie
2014-08-18
Always uppercase X-Http-Method-Override methods. Closes #1718.
Tom Christie
2014-08-16
Fixed action_map being pulled from wrong object
Andrew Fong
2014-08-16
override_method should substitute action
Andrew Fong
2014-03-22
Fixed encoding parameter in QueryDict
Daniel Kontsek
2014-01-17
Merge pull request #1361 from ross/x_method_override
Tom Christie
2014-01-17
always obey X-HTTP-METHOD-OVERRIDE header
Ross McFarland
2014-01-09
Merge pull request #1341 from fredrikmollerstrand/docstring-typo-fix
Tom Christie
2014-01-09
fix docstring typos.
Fredrik Möllerstrand
2013-12-09
Catch and mask ParseErrors that occur during rendering of the BrowsableAPI.
Tom Christie
2013-12-03
Catch errors during parsing and set empty .DATA/.FILES before re-raising.
Tom Christie
2013-10-24
Fixed UnicodeEncodeError when POST JSON via web interface; added test
alexanderlukanin13
2013-08-29
Add `override_method` context manager and cleanup.
Tom Christie
2013-06-29
Added APIClient.authenticate()
Tom Christie
2013-06-03
request.user should be still be accessible in renderer context if authenticat...
Tom Christie
2013-04-25
Cleanup docstrings
Tom Christie
2013-03-12
Only honor X-HTTP-Method-Override for POST requests.
Tom Christie
2013-03-04
Modified to allow form overloading to take precedence over header.
Dave Kuhn
2013-03-03
Support for X-HTTP-Method-Override header
Dave Kuhn
2013-02-14
request.DATA should use empty QueryDict for no data, not None.
Tom Christie
2013-02-14
Fix broken clone_request
Tom Christie
2013-02-10
Fix incorrect 401 vs 403 response, if lazy authentication has not taken place.
Tom Christie
2013-02-04
Deal with parser encodings properly
Tom Christie
2013-02-04
Cleanup imports
Tom Christie
2013-02-01
Py3k cleanup
Tom Christie
2013-02-01
Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...
Tom Christie
2013-01-07
Merged to latest master
Tom Christie
2013-01-03
Move the various compat things to the compat module.
Xavier Ordoquy
2013-01-02
Merge remote-tracking branch 'reference/py3k' into p3k
Xavier Ordoquy
2012-12-20
Added setter to the auth property
Mark Hughes
[next]