0
0
mirror of https://github.com/django/django.git synced 2024-11-22 11:57:34 +01:00
django/docs/releases/3.0.6.txt
2020-05-04 07:42:25 +02:00

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`).