15 lines
352 B
Plaintext
15 lines
352 B
Plaintext
==========================
|
|
Django 3.0.6 release notes
|
|
==========================
|
|
|
|
*May 4, 2020*
|
|
|
|
Django 3.0.6 fixes a bug in 3.0.5.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* 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`).
|