﻿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
6191	Admin delete view doesn't show all items in some circumstances	nicklane	Carl Meyer	"The admin delete view, which lists all of the objects to be deleted, sometimes doesn't include all of the objects that actually end up getting deleted.  This is quite concerning when you delete an object and later realise that a whole stack of other objects were also deleted that you were not expecting :-)

The situation that caused this to happen was when there was more than one related field to the same model (e.g. with different {{{related_name}}}s). 

The code adds each related field's options to a list of ""seen"" opts and ignores and subsequent opts for the same model, which breaks if you have more than one field related to the same model."		closed	contrib.admin	dev		fixed		tom@… Carl Meyer daemondazz mshields@…	Accepted	1	0	0	0	0	0
