mirror of https://github.com/django/django.git
[3.1.x] Refs #31790 -- Removed incorrect item from 2.2.15 and 3.0.9 release notes.
Django 2.2 and 3.0 don't support settings samesite='None' in
HttpResponse.set_cookie() so fix is not necessary and will not be
backported.
Backport of 9bc8b1ad2d
from master
This commit is contained in:
parent
3ca8cc0df1
commit
54dce8148a
|
@ -11,7 +11,3 @@ Bugfixes
|
|||
|
||||
* Allowed setting the ``SameSite`` cookie flag in
|
||||
:meth:`.HttpResponse.delete_cookie` (:ticket:`31790`).
|
||||
|
||||
* Fixed setting the ``Secure`` cookie flag in
|
||||
:meth:`.HttpResponse.delete_cookie` for cookies that use ``samesite='none'``
|
||||
(:ticket:`31790`).
|
||||
|
|
|
@ -11,7 +11,3 @@ Bugfixes
|
|||
|
||||
* Allowed setting the ``SameSite`` cookie flag in
|
||||
:meth:`.HttpResponse.delete_cookie` (:ticket:`31790`).
|
||||
|
||||
* Fixed setting the ``Secure`` cookie flag in
|
||||
:meth:`.HttpResponse.delete_cookie` for cookies that use ``samesite='none'``
|
||||
(:ticket:`31790`).
|
||||
|
|
Loading…
Reference in New Issue