Django check if object in ManyToMany field June 30, 2023 by Tarik if user.partner_set.filter(slug=requested_slug).exists(): # do some private stuff