I\'m having trouble getting my head around a django ORM query. I have the following models:
class Container(models.Model): name = models.CharField(...) clas