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

*November 2, 2020*

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

## Bugfixes

- 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)).
