mirror of
https://github.com/Hopiu/django.git
synced 2026-05-11 17:13:09 +00:00
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.
13 lines
276 B
Text
13 lines
276 B
Text
===========================
|
|
Django 2.2.15 release notes
|
|
===========================
|
|
|
|
*Expected August 3, 2020*
|
|
|
|
Django 2.2.15 fixes a bug in 2.2.14.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Allowed setting the ``SameSite`` cookie flag in
|
|
:meth:`.HttpResponse.delete_cookie` (:ticket:`31790`).
|