---
title: "Catatan terbitan Django 3.0.11"
version: 6.0
locale: id
source: https://docs.djangoproject.com/id/6.0/releases/3.0.11/
canonical: https://djangodocs.dev/id/6.0/releases/3.0.11/
---
# Catatan terbitan Django 3.0.11

*November 2, 2020*

Django 3.0.11 fixes a regression in 3.0.7 and adds compatibility with Python
3.9.

## Perbaikan kesalahan

- Fixed a regression in Django 3.0.7 that didn't use `Subquery()` aliases in
  the `GROUP BY` clause ([#32152](https://code.djangoproject.com/ticket/32152)).
