﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
32651	Combining Q with a Q containing Exists crashes	Jaap Roes	nobody	"I'm in the process of upgrading a project from Django 3.1 to 3.2 and one of the tests keeps crashing. I reduced the code to the following statement:

{{{
Q() & Q(Exists(Book.objects.all()))
}}}

This worked correctly in Django 3.1.

I found this ticket: #32548 and can confirm (that after some struggles related to incompatibilities in 3rd party packges) I was able to get the tests to pass on Django main. Is it possible to backport the fix to Django 3.2?"	Bug	closed	Database layer (models, ORM)	3.2	Normal	duplicate		Simon Charette	Unreviewed	0	0	0	0	0	0
