1
0
mirror of https://github.com/django/django.git synced 2025-07-18 08:39:15 +00:00
django/docs/releases/3.0.11.txt
Carlton Gibson c3b8a62f63 [3.0.x] Set release date for 3.0.11 and 2.2.17.
Backport of 7fc07b9b2ba0c5c62a8840325d21b414a099fda0 from master
2020-11-02 08:37:54 +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`).