index
:
chango.git
devmain
fix-31295
initial-branch
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-07-25
[1.4.x] Fixed #18315 -- Documented QueryDict.popitem and QueryDict.pop
mark hellewell
2012-10-17
Fixed an error in the set cookie documentation
Preston Holmes
2012-10-03
[1.4.X] Fixed #19006 - Quoted filenames in Content-Disposition header.
Tim Graham
2012-08-30
[1.4.x] Updated obsolete links in the documentation
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
2010-11-07
Fixed #11877 -- Documented that HttpRequest.get_host() fails behind multiple ...
Gabriel Hurley
2010-11-07
Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" thro...
Gabriel Hurley
2010-10-29
Fixed #9886 -- Added a file-like interface to HttpRequest. Thanks to Ivan Sag...
Russell Keith-Magee
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
2010-10-01
Fixed #13876 -- Fixed duplication in docs. Thanks, zerok and timo.
Jannis Leidel
2010-10-01
Fixed #14281 -- A few documentation fixes. Thanks, Ramiro and Timo.
Jannis Leidel
2010-09-12
Allow setting HttpResponse cookie expiry times with datetime objects.
Malcolm Tredinnick
2010-09-12
Documented how to manually piece together URLs with get_script_name().
Malcolm Tredinnick
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-08-07
Fixed #13687 -- Corrected request/response docs that mistakenly suggested __g...
Russell Keith-Magee
2010-06-17
Fixed #13785: Corrected some misplaced and missing parentheses. Thanks LucianU.
Karen Tracey
2010-05-08
Fixed #13336 -- Corrected an incorrect example of cache header usage. Thanks ...
Russell Keith-Magee
2010-01-10
Fixed #11952 -- Documented HttpResponse.status_code attribute. Thanks, timo
Adrian Holovaty
2009-12-26
Fixed #11570 -- Changed output in examples to unicode strings, thanks adamnel...
Gary Wilson Jr
2009-12-26
Fixed #9465 -- Simplified API Reference documentation titles for easier looku...
Gary Wilson Jr
2009-09-12
Fixed #11728 -- Corrected a typo in a class name in the request/response docs...
Russell Keith-Magee
2009-09-10
Fixed #11071 - update is_ajax() docs.
Luke Plant
2009-05-08
Fixed #10188: prevent newlines in HTTP headers. Thanks, bthomas.
Jacob Kaplan-Moss
2009-03-31
Fixed #8847, #10370: added some missing methods to MultiValueDict after [8399...
Jacob Kaplan-Moss
2009-03-15
Fixed #689 -- Added a middleware and authentication backend to contrib.auth f...
Gary Wilson Jr
2008-12-07
Fixed #9712 -- Documented how HTTP headers are converted to request.META keys.
Malcolm Tredinnick
2008-11-01
Fixed #9487 -- Corrected several links into the Python docs that were broken ...
Karen Tracey
[next]