I need to filter the books associated with my serie model
My models.py
class Serie(models.Model): serie = models.CharField(max_length = 255) au