Comment (by Hasan Ramezani):
I've created a [https://github.com/django/django/pull/13342 PR] based on
Mariusz suggestion.
--
Ticket URL: <https://code.djangoproject.com/ticket/31934#comment:5>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by אורי):
Replying to [comment:5 Hasan Ramezani]:
> I've created a [https://github.com/django/django/pull/13342 PR] based on
Mariusz suggestion.
I think we should also change the relevant documentation for Django 2.2 +
3.0, which is different (there is no `False` there). Maybe add the same
line after "**None**: disables the flag.". (or maybe you can start with a
new line and use the same PR for all versions).
--
Ticket URL: <https://code.djangoproject.com/ticket/31934#comment:6>
* owner: nobody => Hasan Ramezani
* status: new => assigned
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/31934#comment:7>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/31934#comment:8>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"70731fc6feeb40eab535781e938b0e67ff0077ad" 70731fc]:
{{{
#!CommitTicketReference repository=""
revision="70731fc6feeb40eab535781e938b0e67ff0077ad"
Fixed #31934 -- Added note about the default of SameSite cookie flag in
modern browsers.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31934#comment:9>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"eda59ba2ec9cee3e11a938171fdc93ea058e9dc9" eda59ba]:
{{{
#!CommitTicketReference repository=""
revision="eda59ba2ec9cee3e11a938171fdc93ea058e9dc9"
[3.1.x] Fixed #31934 -- Added note about the default of SameSite cookie
flag in modern browsers.
Backport of 70731fc6feeb40eab535781e938b0e67ff0077ad from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31934#comment:10>