﻿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
19033	avoid unnecessary queries on ForeignKey(on_delete=models.DO_NOTHING)	Collin Anderson	nobody	"When deleting objects in the admin, there is no need to run queries on related ForeignKey(on_delete=models.DO_NOTHING).

The query happens when viewing the delete page in the admin. I'm doing some tricky model stuff and would prefer if my model wasn't queried at all.

I propose this change:
https://github.com/django/django/pull/299/files"	Uncategorized	closed	Uncategorized	1.4	Normal	fixed			Accepted	0	0	0	0	0	0
