mirror of
https://github.com/django/django.git
synced 2025-03-16 04:10:45 +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. Backport of 9bc8b1ad2d88209bf45f389fe3cc8b94909b0e72 from master
14 lines
278 B
Plaintext
14 lines
278 B
Plaintext
==========================
|
|
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`).
|