summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBo Lopker <blopker@23andme.com>2015-05-13 23:22:42 -0700
committerTim Graham <timograham@gmail.com>2015-05-15 11:24:18 -0400
commit3c659856eb9d5a45e02213f1e8f9fcbb03bd12cf (patch)
tree9398a838ae6d54f4e70b13b44ea20fb1645d5744 /docs
parent6a0d9f068f9986c8c05e689e67be7bc22c59efc6 (diff)
[1.8.x] Fixed #24799 -- Fixed session cookie deletion when using SESSION_COOKIE_DOMAIN
Backport of 2dee853ed4def42b7ef1b3b472b395055543cc00 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.2.txt b/docs/releases/1.8.2.txt
index f14036b51f..3682126aa1 100644
--- a/docs/releases/1.8.2.txt
+++ b/docs/releases/1.8.2.txt
@@ -30,3 +30,6 @@ Bugfixes
* Fixed a MySQL crash when a migration removes a combined index (unique_together
or index_together) containing a foreign key (:ticket:`24757`).
+
+* Fixed session cookie deletion when using :setting:`SESSION_COOKIE_DOMAIN`
+ (:ticket:`24799`).