2020-04-01 16:09:43 +08:00
|
|
|
==========================
|
|
|
|
Django 3.0.6 release notes
|
|
|
|
==========================
|
|
|
|
|
2020-05-04 13:04:23 +08:00
|
|
|
*May 4, 2020*
|
2020-04-01 16:09:43 +08:00
|
|
|
|
2020-05-04 13:42:25 +08:00
|
|
|
Django 3.0.6 fixes a bug in 3.0.5.
|
2020-04-01 16:09:43 +08:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2020-04-05 02:55:20 +08:00
|
|
|
* Fixed a regression in Django 3.0 that caused a crash when filtering a
|
|
|
|
``Subquery()`` annotation of a queryset containing a single related field
|
|
|
|
against a ``SimpleLazyObject`` (:ticket:`31420`).
|