Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/request-response.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #20459 - Improved example for setting HTTP header ↵Tim Graham2013-05-191-2/+9
| | | | | | fields. Thanks Jérémie Blaser.
* Fixed #12747 -- Made reason phrases customizable.Aymeric Augustin2013-05-191-6/+21
|
* Fixed #20452 -- Rename 'headers' to 'header fields'.bbjay2013-05-191-6/+6
|
* Adapted uses of versionchanged/versionadded to the new form.Juan Catalano2013-04-201-9/+10
| | | | Refs #20104.
* Doc: "value" is arg not kwarg in ↵Yohan Boniface2013-03-241-1/+1
| | | | HttpResponse.set_signed_cookie
* Enabled database-level autocommit for all backends.Aymeric Augustin2013-03-111-2/+2
| | | | | | | This is mostly a documentation change. It has the same backwards-incompatibility consequences as those described for PostgreSQL in a previous commit.
* Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara2013-02-131-0/+7
| | | | Thanks coolRR for the report.
* Fix rst syntax error.Aymeric Augustin2013-02-011-6/+6
| | | | Thanks Chris Rebert for the report.
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-031-1/+1
| | | | Added -n to sphinx builds to catch issues going forward.
* Fixed #19519 -- Fired request_finished in the WSGI ↵Aymeric Augustin2012-12-311-0/+2
| | | | iterable's close().
* Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin2012-12-291-9/+0
|
* Removed HttpRequest.raw_post_data.Aymeric Augustin2012-12-291-5/+0
|
* Fixed #19498 -- refactored auth documentationPreston Holmes2012-12-281-1/+1
| | | | | | The auth doc was a single page which had grown unwieldy. This refactor split and grouped the content into sub-topics. Additional corrections and cleanups were made along the way.
* Fixed #6527 -- Provided repeatable content accessAymeric Augustin2012-10-241-8/+15
| | | | in HttpResponses instantiated with iterators.
* Removed inaccurate statement from the ↵Aymeric Augustin2012-10-211-3/+0
| | | | | | | StreamingHttpResponse docs. Iterators will be closed for both regular and streaming responses; this shouldn't be described as a difference.
* Fixed #7581 -- Added streaming responses.Aymeric Augustin2012-10-201-6/+81
| | | | Thanks mrmachine and everyone else involved on this long-standing ticket.
* Fixed #5611 -- Restricted accepted content types in ↵Claude Paroz2012-10-201-2/+8
| | | | | | parsing POST data Thanks paulegan for the report and Preston Holmes for the review.
* Fixed an error in cookie documentationPreston Holmes2012-10-171-5/+1
|
* Fixed #19097 -- documented module of origin for ↵Preston Holmes2012-10-101-1/+2
| | | | HttpRes/req objects
* Fixed #19006 - Quoted filenames in Content-Disposition ↵Tim Graham2012-10-031-1/+1
| | | | header.
* Merge branch 'ticket15695'Florian Apolloner2012-09-291-0/+11
|\
| * Fixed #15695 -- Added `ResolverMatch` to the request object.Florian Apolloner2012-09-271-0/+11
| |
* | Fixed #18934 - Removed versionadded/changed annotations ↵Tim Graham2012-09-211-13/+0
|/ | | | for Django 1.3
* Fixed #18678 -- HttpResponse init arguments allowed for ↵Claude Paroz2012-08-231-6/+8
| | | | | | subclasses Thanks hp1337@gmail.com for the report.
* Fixed #11340 -- Prevented HttpResponseNotModified to ↵Claude Paroz2012-08-221-2/+3
| | | | | | | | have content/content-type The HTTP 1.1 spec tells that the 304 response MUST NOT contain a message body. Thanks aparajita for the report.
* Fixed #16519 -- Deprecated mimetype kwarg of ↵Claude Paroz2012-06-301-11/+10
| | | | | | | | | HttpResponse __init__ This keyword was already deprecated in the code (supported for backwards compatibility only), but never formally deprecated. Thanks Paul McMillan for the report and yasar11732 for the initial patch.
* Updated obsolete links in the documentationClaude Paroz2012-06-281-1/+1
|
* Fixed #18411 -- Clarified HttpRequest doc slightly.Aymeric Augustin2012-06-071-1/+2
| | | | Thanks torkel.bjornson AT gmail.com for the report.
* Fixed #18029 -- Removed mod_python as of deprecation ↵Claude Paroz2012-03-311-4/+2
| | | | | | process. Thanks Aymeric Augustin for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17835 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Edited stuff from [17543] to [17629]Adrian Holovaty2012-03-021-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@17630 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #17316 -- Mentionned that the ↵Aymeric Augustin2012-02-191-0/+4
| | | | | | MultipleProxyMiddleware provided as an example must run rather early. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17556 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed Sphinx warning.Jannis Leidel2011-12-211-1/+3
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@17239 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Converted some of the built-in views to use content_type ↵Adrian Holovaty2011-12-171-3/+3
| | | | | | instead of mimetype HttpResponse argument. Refs #16519 git-svn-id: http://code.djangoproject.com/svn/django/trunk@17223 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #17322 -- Added an example import statement to the ↵Adrian Holovaty2011-12-171-0/+1
| | | | | | HttpResponse docs. Thanks, RoySmith git-svn-id: http://code.djangoproject.com/svn/django/trunk@17217 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #17323 -- Renamed HttpRequest.raw_post_data to ↵Adrian Holovaty2011-12-171-11/+14
| | | | | | request.body. Thanks for the patch, dstufft git-svn-id: http://code.djangoproject.com/svn/django/trunk@17210 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Clarified which setting causes HttpRequest.get_host() to ↵Aymeric Augustin2011-12-071-4/+4
| | | | | | rely on the HTTP_X_FORWARDED_HOST header. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17172 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #16847. Session Cookies now default to httponly = ↵Paul McMillan2011-11-211-2/+6
| | | | | | True. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17135 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed many more ReST indentation errors, somehow ↵Luke Plant2011-10-141-39/+39
| | | | | | accidentally missed from [16955] git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #17035, #17036 -- Clarified documentation ↵Carl Meyer2011-10-121-0/+7
| | | | | | regarding TemplateResponse and middleware handling. Refs #16004. Thanks ptone. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16961 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #16494 by normalizing HttpResponse behavior with ↵Paul McMillan2011-09-151-4/+6
| | | | | | non-string input. HttpResponse now always converts content to string on output, regardless of input type. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16829 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added protection against spoofing of X_FORWARDED_HOST ↵Russell Keith-Magee2011-09-101-4/+5
| | | | | | headers. A security announcement will be made shortly. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16758 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Converted links to external topics so they use ↵Ramiro Morales2011-09-041-6/+3
| | | | | | | | | | | intersphinx extension markup. This allows to make these links more resilent to changes in the target URLs. Thanks Jannis for the report and Aymeric Augustin for the patch. Fixes #16586. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16720 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Improved documentation around HTTP server meta variables.Malcolm Tredinnick2011-08-221-5/+5
| | | | | | Fixed #16581, with thanks to Bernhard Essl. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16644 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12375 -- Added a dict() method to convert a ↵Jannis Leidel2011-06-161-0/+12
| | | | | | MultiValueDict (such as a QueryDict) to a dictionary of key-value pairs. Thanks, oinopion and hvdklauw. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16418 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14614 - filtering of sensitive information in 500 ↵Luke Plant2011-06-091-0/+2
| | | | | | | | | | | | | | error reports. This adds a flexible mechanism for filtering what request/traceback information is shown in 500 error emails and logs. It also applies screening to some views known to be sensitive e.g. views that handle passwords. Thanks to oaylanc for the report and many thanks to Julien Phalip for the patch and the rest of the work on this. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16339 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6580 -- Added `default` parameter to ↵Jannis Leidel2011-05-221-3/+7
| | | | | | `MultiValueDict.getlist` method (the base class for `QueryDict`). Many thanks to mk and andrewebdev. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16260 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12417 -- Added signing functionality, including ↵Jannis Leidel2011-05-211-0/+48
| | | | | | signing cookies. Many thanks to Simon, Stephan, Paul and everyone else involved. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16253 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed a couple of small documentation typos.Ramiro Morales2011-04-221-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@16086 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #15594 -- Corrected typo in the docs on HTTPOnly ↵Russell Keith-Magee2011-03-151-1/+1
| | | | | | cookies. Thanks to philwills for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14000 - remove versionadded/changed tags for ↵Timo Graham2010-12-261-12/+0
| | | | | | Django 1.0 and 1.1 git-svn-id: http://code.djangoproject.com/svn/django/trunk@15055 bcc190cf-cafb-0310-a4f2-bffc1f526a37