production_set
This commit is contained in:
parent
b00a26468f
commit
e07a34aea6
|
@ -287,7 +287,7 @@ class TheatreGroup(ItfModel):
|
||||||
'website': self.website,
|
'website': self.website,
|
||||||
'resources': [obj for obj in self.resources.all()],
|
'resources': [obj for obj in self.resources.all()],
|
||||||
'buzzitems': [obj for obj in self.buzzitems.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() ],
|
'scripts': [obj for obj in self.script_set.all() ],
|
||||||
'people' : [obj for obj in self.person_set.all() ],
|
'people' : [obj for obj in self.person_set.all() ],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user