1👍
✅
You should use django relation lookups:
Content.objects.get(delivery__permissions=self.request.user)
I’m not really getting what you are trying to do with Q
though?
Source:stackexchange.com