﻿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
32333	_raw_delete won't work as expected on union'ed QuerySets	Faham Negini	nobody	"I have multiple QuerySets combined into one through `union`, calling _raw_delete on this combined QuerySet won't delete the union result of all sub QuerySets.

`Q1.union(Q2)._raw_delete()` removes only results of Q1 while it's expected to remove results of `Q1.union(Q2)`"	Uncategorized	closed	Database layer (models, ORM)	2.2	Normal	invalid	_raw_delete, union		Unreviewed	0	0	0	0	0	0
