1
0
mirror of https://github.com/django/django.git synced 2025-01-31 20:59:17 +00:00
django/docs/releases/3.0.11.txt
Christian Klus 4ac2d4fa42 Fixed #32152 -- Fixed grouping by subquery aliases.
Regression in 42c08ee46539ef44f8658ebb1cbefb408e0d03fe.

Thanks Simon Charette for the review.
2020-10-29 09:56:09 +01:00

15 lines
340 B
Plaintext

===========================
Django 3.0.11 release notes
===========================
*Expected 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`).