1
0
mirror of https://github.com/django/django.git synced 2025-01-01 05:56:09 +00:00
django/docs/releases/2.2.15.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
276 B
Plaintext

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