mirror of
https://github.com/django/django.git
synced 2025-01-31 20:59:17 +00:00
4ac2d4fa42
Regression in 42c08ee46539ef44f8658ebb1cbefb408e0d03fe. Thanks Simon Charette for the review.
15 lines
340 B
Plaintext
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`).
|