1
0
mirror of https://github.com/django/django.git synced 2025-01-01 05:56:09 +00:00
django/docs/releases/3.0.9.txt
Mariusz Felisiak 9bc8b1ad2d
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.
2020-07-16 09:27:09 +02:00

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