production_set

This commit is contained in:
Sanj 2008-01-07 09:06:33 +05:30
parent b00a26468f
commit e07a34aea6

View File

@ -287,7 +287,7 @@ class TheatreGroup(ItfModel):
'website': self.website,
'resources': [obj for obj in self.resources.all()],
'buzzitems': [obj for obj in self.buzzitems.all()],
'productions': [obj for obj in self.productions.all() ],
'productions': [obj for obj in self.production_set.all() ],
'scripts': [obj for obj in self.script_set.all() ],
'people' : [obj for obj in self.person_set.all() ],
}