index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
request-response.txt
Age
Commit message (
Expand
)
Author
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-03-24
Doc: "value" is arg not kwarg in HttpResponse.set_signed_cookie
Yohan Boniface
2013-03-11
Enabled database-level autocommit for all backends.
Aymeric Augustin
2013-02-13
Fixed #18558 -- Added url property to HttpResponseRedirect*
Hiroki Kiyohara
2013-02-01
Fix rst syntax error.
Aymeric Augustin
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-31
Fixed #19519 -- Fired request_finished in the WSGI iterable's close().
Aymeric Augustin
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-12-29
Removed HttpRequest.raw_post_data.
Aymeric Augustin
2012-12-28
Fixed #19498 -- refactored auth documentation
Preston Holmes
2012-10-24
Fixed #6527 -- Provided repeatable content access
Aymeric Augustin
2012-10-21
Removed inaccurate statement from the StreamingHttpResponse docs.
Aymeric Augustin
2012-10-20
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
2012-10-20
Fixed #5611 -- Restricted accepted content types in parsing POST data
Claude Paroz
2012-10-17
Fixed an error in cookie documentation
Preston Holmes
2012-10-09
Fixed #19097 -- documented module of origin for HttpRes/req objects
Preston Holmes
2012-10-03
Fixed #19006 - Quoted filenames in Content-Disposition header.
Tim Graham
2012-09-29
Merge branch 'ticket15695'
Florian Apolloner
2012-09-27
Fixed #15695 -- Added `ResolverMatch` to the request object.
Florian Apolloner
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-08-23
Fixed #18678 -- HttpResponse init arguments allowed for subclasses
Claude Paroz
2012-08-22
Fixed #11340 -- Prevented HttpResponseNotModified to have content/content-type
Claude Paroz
2012-06-30
Fixed #16519 -- Deprecated mimetype kwarg of HttpResponse __init__
Claude Paroz
2012-06-28
Updated obsolete links in the documentation
Claude Paroz
2012-06-07
Fixed #18411 -- Clarified HttpRequest doc slightly.
Aymeric Augustin
2012-03-31
Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ...
Claude Paroz
2012-03-02
Edited stuff from [17543] to [17629]
Adrian Holovaty
2012-02-19
Fixed #17316 -- Mentionned that the MultipleProxyMiddleware provided as an ex...
Aymeric Augustin
2011-12-21
Fixed Sphinx warning.
Jannis Leidel
2011-12-17
Converted some of the built-in views to use content_type instead of mimetype ...
Adrian Holovaty
2011-12-17
Fixed #17322 -- Added an example import statement to the HttpResponse docs. T...
Adrian Holovaty
2011-12-16
Fixed #17323 -- Renamed HttpRequest.raw_post_data to request.body. Thanks for...
Adrian Holovaty
2011-12-07
Clarified which setting causes HttpRequest.get_host() to rely on the HTTP_X_F...
Aymeric Augustin
2011-11-21
Fixed #16847. Session Cookies now default to httponly = True.
Paul McMillan
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-10-11
Fixed #17035, #17036 -- Clarified documentation regarding TemplateResponse an...
Carl Meyer
2011-09-14
Fixed #16494 by normalizing HttpResponse behavior with non-string input. Http...
Paul McMillan
2011-09-10
Added protection against spoofing of X_FORWARDED_HOST headers. A security ann...
Russell Keith-Magee
2011-09-04
Converted links to external topics so they use intersphinx extension markup.
Ramiro Morales
2011-08-22
Improved documentation around HTTP server meta variables.
Malcolm Tredinnick
2011-06-16
Fixed #12375 -- Added a dict() method to convert a MultiValueDict (such as a ...
Jannis Leidel
2011-06-08
Fixed #14614 - filtering of sensitive information in 500 error reports.
Luke Plant
2011-05-22
Fixed #6580 -- Added `default` parameter to `MultiValueDict.getlist` method (...
Jannis Leidel
2011-05-21
Fixed #12417 -- Added signing functionality, including signing cookies. Many ...
Jannis Leidel
2011-04-22
Fixed a couple of small documentation typos.
Ramiro Morales
2011-03-15
Fixed #15594 -- Corrected typo in the docs on HTTPOnly cookies. Thanks to phi...
Russell Keith-Magee
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-12-06
Fixed #14746 - Add links to docs/ref/request-response.txt. Thanks adamv.
Timo Graham
2010-12-01
Fixed #14809 -- broken login related tests after r14733.
Chris Beaven
2010-11-26
Fixed #3304 -- Added support for HTTPOnly cookies. Thanks to arvin for the su...
Russell Keith-Magee
[next]