Django 3.0.6 release notesLink to this heading
May 4, 2020
Django 3.0.6 fixes a bug in 3.0.5.
버그 수정Link to this heading
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 aSimpleLazyObject(#31420).