Can we make deleting related objects iteratively (applying signals etc.)?
SO question on this topic I found so far:
https://stackoverflow.com/questions/31477723/how-to-prevent-django-from-
loading-objects-in-memory-when-using-delete
Related ticket:
https://code.djangoproject.com/ticket/10919
--
Ticket URL: <https://code.djangoproject.com/ticket/29651>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => duplicate
Old description:
> It seems like Django admin is loading all related objects into memory
> while deleting via admin interface.
>
> Can we make deleting related objects iteratively (applying signals etc.)?
>
> SO question on this topic I found so far:
> https://stackoverflow.com/questions/31477723/how-to-prevent-django-from-
> loading-objects-in-memory-when-using-delete
>
> Related ticket:
> https://code.djangoproject.com/ticket/10919
New description:
It seems like Django admin is loading all related objects into memory
while deleting via admin interface.
Can we make deleting related objects iteratively (applying signals etc.)?
SO question on this topic I found so far:
https://stackoverflow.com/questions/31477723/how-to-prevent-django-from-
loading-objects-in-memory-when-using-delete
Related ticket #10919
--
Comment:
I'd consider this a duplicate of #10919. Even if the solution ends up
different than that ticket's title, the underlying issue is the same, I
think. If you have a solution to offer that doesn't address the related
ticket, feel free to reopen.
--
Ticket URL: <https://code.djangoproject.com/ticket/29651#comment:1>