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