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:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user