1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #24799 -- Fixed session cookie deletion when using SESSION_COOKIE_DOMAIN

This commit is contained in:
Bo Lopker
2015-05-13 23:22:42 -07:00
committed by Tim Graham
parent ae635cc365
commit 2dee853ed4
3 changed files with 34 additions and 1 deletions

View File

@@ -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`).