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:23:41 -0400
commit2dee853ed4def42b7ef1b3b472b395055543cc00 (patch)
tree6c33b2e26bac9aff0ca4375313404823080a0493 /docs
parentae635cc365581889454d2b3c278b3e3a38bd7809 (diff)
Fixed #24799 -- Fixed session cookie deletion when using SESSION_COOKIE_DOMAIN
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`).