Django 3.0.6 release notes — Django documentation

From Get docs
Django/docs/3.0.x/releases/3.0.6

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