#10919: Add an option to disable display of related items on admin's delete
confirmation page (to prevent large memory usage on complex objects)
------------------------------------+------------------------------------
     Reporter:  Tobias McNulty      |                    Owner:  nobody
         Type:  New feature         |                   Status:  new
    Component:  contrib.admin       |                  Version:  master
     Severity:  Normal              |               Resolution:
     Keywords:  admin memory limit  |             Triage Stage:  Accepted
    Has patch:  0                   |      Needs documentation:  0
  Needs tests:  0                   |  Patch needs improvement:  0
Easy pickings:  0                   |                    UI/UX:  0
------------------------------------+------------------------------------

Comment (by Sergii Lapin):

 Actually, removing **deleted_objects** from **context** doesn't prevent
 from collecting related items by
 **django.contrib.admin.utils.NestedObjects** in
 **django.contrib.admin.utils.get_deleted_objects**
 Maybe it better off to override **get_deleted_objects** function (Django
 2+ has this method inside AdminModel class). But there appears new issue:
 How to check permissions and protected foreign keys for related items?..

-- 
Ticket URL: <https://code.djangoproject.com/ticket/10919#comment:9>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.286be4f37064c3d03ff65eb6a49c11bc%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to