About Finding Which Objects Would Be Deleted if You Delete a Certain Instance
The Django administration has a deletion confirmation that lists all related objects that would be deleted if you deleted the current object.
You can also get this list programmatically:
1 2 3 4 5 6 7 8 9 10 |
|
Tips and Tricks Programming Development Django 4.2 Django 3.2 Django 2.2 Python 3
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django GDPR Cookie Consent app
For Django websites that use cookies.