summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCollin Anderson <cmawebsite@gmail.com>2016-03-11 21:36:08 -0500
committerTim Graham <timograham@gmail.com>2016-03-15 12:24:06 -0400
commit93a135d111c2569d88d65a3f4ad9e6d9ad291452 (patch)
treeb85448d68a4888d8372c15328fa5f4e30c5ffda2 /docs
parente7e5d9b338cabaafc61b7a0c55ff395b533d8c9e (diff)
Fixed #26158 -- Rewrote http.parse_cookie() to better match browsers.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt
index 2f617d3bea..4633901631 100644
--- a/docs/releases/1.10.txt
+++ b/docs/releases/1.10.txt
@@ -354,6 +354,10 @@ Requests and Responses
:attr:`~django.http.HttpRequest.content_params` attributes which are
parsed from the ``CONTENT_TYPE`` header.
+* The parser for ``request.COOKIES`` is simplified to better match the behavior
+ of browsers. ``request.COOKIES`` may now contain cookies that are invalid
+ according to :rfc:`6265` but are possible to set via ``document.cookie``.
+
Serialization
~~~~~~~~~~~~~