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