2020-10-13 14:35:01 +08:00
|
|
|
===========================
|
|
|
|
Django 3.0.11 release notes
|
|
|
|
===========================
|
|
|
|
|
2020-11-02 15:35:24 +08:00
|
|
|
*November 2, 2020*
|
2020-10-13 14:35:01 +08:00
|
|
|
|
2020-10-28 02:13:10 +08:00
|
|
|
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`).
|