From 93a135d111c2569d88d65a3f4ad9e6d9ad291452 Mon Sep 17 00:00:00 2001 From: Collin Anderson Date: Fri, 11 Mar 2016 21:36:08 -0500 Subject: Fixed #26158 -- Rewrote http.parse_cookie() to better match browsers. --- docs/releases/1.10.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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 ~~~~~~~~~~~~~ -- cgit v1.3