1👍
✅
This is what you’re after I think.
Example:
np = get_object_or_404(NonProfit,slug=slug)
related_donations = np.donation_set.all()
Source:stackexchange.com