I have a many-to-many relationship with a through table like so:
class Chapter(models.Model): name = models.CharField(max_length=255,) slides = model
You can use slide.slideorder_set as documented in the django docs
slide.slideorder_set