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.
This commit is contained in:
Mariusz Felisiak 2020-07-16 09:27:09 +02:00 committed by GitHub
parent 240cbb63bf
commit 9bc8b1ad2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View File

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

View File

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