mirror of
https://github.com/django/django.git
synced 2025-03-13 10:50:55 +00:00
[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 9bc8b1ad2d88209bf45f389fe3cc8b94909b0e72 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…
x
Reference in New Issue
Block a user