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.
I therefore propose to hide those related objects behind a link named "Show related object to delete" If the user clicks on that link, the complete list of objects to be deleted is expanded into the confirmation page. This also prevents having to scroll down to the end of a potentially very long page in order to confirm the deletion by clicking on "Yes I'm sure". [image: Screenshot 2022-08-16 at 13.34.46.png] – Jacob -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/e59f0771-cb65-4564-ace4-50a7ffd96cf6n%40googlegroups.com.
