I have quite a simple problem to solve. I have Partner model which has >= 0 Users associated with it:
class Partner(models.Model): name = models.CharFi
if user.partner_set.filter(slug=requested_slug).exists(): # do some private stuff