summaryrefslogtreecommitdiff
path: root/docs/releases/3.0.11.txt
blob: a5a45b2ab710a3dc8e1c1d51dbac13ebfe0b8ece (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
===========================
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 (:ticket:`32152`).