This document is for a preview release of Django, which can be significantly different from previous releases. For older releases, use the version selector floating in the bottom right corner of this page.
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 (#31420).
This document is for a preview release of Django, which can be significantly different from previous releases. For older releases, use the version selector floating in the bottom right corner of this page.