Django 2.2.15 版本发行说明Link to this heading
2020 年 8 月 3 日
Django 2.2.15 修复了 2.2.14 中的两个错误。
漏洞修复Link to this heading
允许在
HttpResponse.delete_cookie()中设置SameSiteCookie 标志 (#31790)。修复了在 Python 3.6.11+、3.7.8+ 和 3.8.4+ 上发送电子邮件至显示名称超过 75 个字符的地址时的崩溃问题 (#31784)。