mirror of
https://github.com/Hopiu/django.git
synced 2026-05-15 11:03:10 +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
278 B
Text
13 lines
278 B
Text
==========================
|
|
Django 3.0.9 release notes
|
|
==========================
|
|
|
|
*Expected August 3, 2020*
|
|
|
|
Django 3.0.9 fixes several bugs in 3.0.8.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Allowed setting the ``SameSite`` cookie flag in
|
|
:meth:`.HttpResponse.delete_cookie` (:ticket:`31790`).
|