Django 3.0.11 release notesLink to this heading
2020 年 11 月 2 日
Django 3.0.11 fixes a regression in 3.0.7 and adds compatibility with Python 3.9.
漏洞修复Link to this heading
修正了 Django 3.0.7 中一个在
GROUP BY子句中没有使用Subquery()别名的缺陷(#32152)。
2020 年 11 月 2 日
Django 3.0.11 fixes a regression in 3.0.7 and adds compatibility with Python 3.9.
修正了 Django 3.0.7 中一个在 GROUP BY 子句中没有使用 Subquery() 别名的缺陷(#32152)。