1👍
✅
You can use the exclude
QuerySet method:
articles = WPArticle.objects.exclude(wpsendrecord__isnull=True)
Source:stackexchange.com