Commit History

Author SHA1 Message Date
  Tim Graham 837425b425 Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 12 years ago
  Claude Paroz 44c09de555 Fixed #18678 -- HttpResponse init arguments allowed for subclasses 12 years ago
  Claude Paroz 7cfe8e8fce Fixed #11340 -- Prevented HttpResponseNotModified to have content/content-type 12 years ago
  Claude Paroz da200c5e35 Fixed #16519 -- Deprecated mimetype kwarg of HttpResponse __init__ 12 years ago
  Claude Paroz 8a5d1a6b93 Updated obsolete links in the documentation 12 years ago
  Aymeric Augustin b48432201b Fixed #18411 -- Clarified HttpRequest doc slightly. 12 years ago
  Claude Paroz a1ffb02107 Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric Augustin for the review. 13 years ago
  Adrian Holovaty 2ade1e916f Edited stuff from [17543] to [17629] 13 years ago
  Aymeric Augustin 9d0bf66273 Fixed #17316 -- Mentionned that the MultipleProxyMiddleware provided as an example must run rather early. 13 years ago
  Jannis Leidel 39109b0e44 Fixed Sphinx warning. 13 years ago
  Adrian Holovaty 8767439af4 Converted some of the built-in views to use content_type instead of mimetype HttpResponse argument. Refs #16519 13 years ago
  Adrian Holovaty fefbb66bac Fixed #17322 -- Added an example import statement to the HttpResponse docs. Thanks, RoySmith 13 years ago
  Adrian Holovaty 3f003a3c4b Fixed #17323 -- Renamed HttpRequest.raw_post_data to request.body. Thanks for the patch, dstufft 13 years ago
  Aymeric Augustin 0519adb2a8 Clarified which setting causes HttpRequest.get_host() to rely on the HTTP_X_FORWARDED_HOST header. 13 years ago
  Paul McMillan 4d975b4f88 Fixed #16847. Session Cookies now default to httponly = True. 13 years ago
  Luke Plant d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 years ago
  Carl Meyer 5c8c7c34be Fixed #17035, #17036 -- Clarified documentation regarding TemplateResponse and middleware handling. Refs #16004. Thanks ptone. 13 years ago
  Paul McMillan 50255e3305 Fixed #16494 by normalizing HttpResponse behavior with non-string input. HttpResponse now always converts content to string on output, regardless of input type. 13 years ago
  Russell Keith-Magee 893cea211a Added protection against spoofing of X_FORWARDED_HOST headers. A security announcement will be made shortly. 13 years ago
  Ramiro Morales 932b1b8d6d Converted links to external topics so they use intersphinx extension markup. 13 years ago
  Malcolm Tredinnick 549faf19bf Improved documentation around HTTP server meta variables. 13 years ago
  Jannis Leidel 97f22f2969 Fixed #12375 -- Added a dict() method to convert a MultiValueDict (such as a QueryDict) to a dictionary of key-value pairs. Thanks, oinopion and hvdklauw. 13 years ago
  Luke Plant 45e55b9143 Fixed #14614 - filtering of sensitive information in 500 error reports. 13 years ago
  Jannis Leidel fc8116cc4f Fixed #6580 -- Added `default` parameter to `MultiValueDict.getlist` method (the base class for `QueryDict`). Many thanks to mk and andrewebdev. 13 years ago
  Jannis Leidel f60d428463 Fixed #12417 -- Added signing functionality, including signing cookies. Many thanks to Simon, Stephan, Paul and everyone else involved. 13 years ago
  Ramiro Morales 13cfdb0d8b Fixed a couple of small documentation typos. 14 years ago
  Russell Keith-Magee 23288d1955 Fixed #15594 -- Corrected typo in the docs on HTTPOnly cookies. Thanks to philwills for the report. 14 years ago
  Timo Graham 2ea93f9327 Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 14 years ago
  Timo Graham 0f5a7e0775 Fixed #14746 - Add links to docs/ref/request-response.txt. Thanks adamv. 14 years ago
  Chris Beaven dceaa82dec Fixed #14809 -- broken login related tests after r14733. 14 years ago