django1/django/contrib
Mariusz Felisiak 331324ecce
[3.0.x] Fixed #31790 -- Fixed setting SameSite cookies flag in HttpResponse.delete_cookie().
Cookies with the "SameSite" flag set to None and without the "secure"
flag will be soon rejected by latest browser versions.

This affects sessions and messages cookies.

Backport of 240cbb63bf from master.
2020-07-16 09:30:15 +02:00
..
admin [3.0.x] Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdWidget. 2020-06-03 09:32:35 +02:00
admindocs [3.0.x] Updated translations from Transifex 2020-01-31 20:01:27 +01:00
auth [3.0.x] Updated translations from Transifex 2020-01-31 20:01:27 +01:00
contenttypes [3.0.x] Updated translations from Transifex 2020-01-31 20:01:27 +01:00
flatpages [3.0.x] Updated translations from Transifex 2020-01-31 20:01:27 +01:00
gis [3.0.x] Fixed #31751 -- Fixed database introspection with cx_Oracle 8. 2020-06-30 09:56:14 +02:00
humanize [3.0.x] Updated translations from Transifex 2020-01-31 20:01:27 +01:00
messages [3.0.x] Fixed #31790 -- Fixed setting SameSite cookies flag in HttpResponse.delete_cookie(). 2020-07-16 09:30:15 +02:00
postgres [3.0.x] Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter. 2020-02-03 08:32:54 +01:00
redirects [3.0.x] Updated translations from Transifex 2020-01-31 20:01:27 +01:00
sessions [3.0.x] Fixed #31790 -- Fixed setting SameSite cookies flag in HttpResponse.delete_cookie(). 2020-07-16 09:30:15 +02:00
sitemaps Refs #23829 -- Made ping_google command/function use https for the sitemap URL. 2019-01-11 10:32:22 -05:00
sites [3.0.x] Updated translations from Transifex 2020-01-31 20:01:27 +01:00
staticfiles [3.0.x] Fixed #30802 -- Prevented manifest creation when running collectstatic in dry run mode. 2019-09-27 23:06:55 +02:00
syndication Fixed #29352 -- Allowed specifying a Feed language. 2019-05-06 15:10:54 +02:00
__init__.py