summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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
~~~~~~~~~~~~~