---
title: "Django 3.0.11 release notes"
version: 3.1
locale: zh-hans
source: https://docs.djangoproject.com/zh-hans/3.1/releases/3.0.11/
canonical: https://djangodocs.dev/zh-hans/3.1/releases/3.0.11/
---
# Django 3.0.11 release notes

*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](https://code.djangoproject.com/ticket/32152)）。
