mirror of
https://github.com/django/django.git
synced 2025-01-31 20:59:17 +00:00
5a4d7285bd
Thanks Johannes Hoppe for the report. Regression in fb3f034f1c63160c0ff13c609acd01c18be12f80. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
14 lines
314 B
Plaintext
14 lines
314 B
Plaintext
==========================
|
|
Django 3.0.2 release notes
|
|
==========================
|
|
|
|
*Expected January 2, 2020*
|
|
|
|
Django 3.0.2 fixes several bugs in 3.0.1.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed a regression in Django 3.0 that didn't include columns referenced by a
|
|
``Subquery()`` in the ``GROUP BY`` clause (:ticket:`31094`).
|