django/docs/releases/3.0.6.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
352 B
Plaintext
Raw Normal View History

2020-04-01 08:09:43 +00:00
==========================
Django 3.0.6 release notes
==========================
2020-05-04 05:04:23 +00:00
*May 4, 2020*
2020-04-01 08:09:43 +00:00
2020-05-04 05:42:25 +00:00
Django 3.0.6 fixes a bug in 3.0.5.
2020-04-01 08:09:43 +00:00
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`).