﻿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
33930	"Add id=""deleted-objects"" to template admin/delete_confirmation.html"	Jacob Rief	Jacob Rief	"As discussed on the developers mailing list, see https://groups.google.com/g/django-developers/c/VTRqW7ZmB6A ,
is would make sense to add id=""deleted-objects"" to the <ul> element showing the objects to be deleted.

Reason:
Whenever a user attempts to delete an object inside the Django admin,
a delete confirmation page is shown. If the object to be deleted contains
many relations, the user is overwhelmed with a list of other objects to be
deleted together with the current object. Often those objects are just
internal relations the user never heard of, and this may be unsettling.

By overriding that template one can use CSS to hide this list and add a short
JavaScript snippet to unhide if necessary.
"	Cleanup/optimization	closed	contrib.admin	dev	Normal	fixed	admin/delete_confirmation.html	אורי	Ready for checkin	1	0	0	0	1	1
