1
0
mirror of https://github.com/django/django.git synced 2025-07-17 16:19:12 +00:00
django/docs/releases/3.0.11.txt
Carlton Gibson 3df3e2ef8d [3.1.x] Set release date for 3.1.3, 3.0.11, and 2.2.17.
Backport of 7fc07b9b2ba0c5c62a8840325d21b414a099fda0 from master
2020-11-02 08:35:59 +01:00

15 lines
331 B
Plaintext

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