From e07a34aea6c9ec733db20f30645b6189b3bc275f Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 7 Jan 2008 09:06:33 +0530 Subject: [PATCH] production_set --- itf/itfprofiles/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itf/itfprofiles/models.py b/itf/itfprofiles/models.py index 3d6b56c..88f561c 100644 --- a/itf/itfprofiles/models.py +++ b/itf/itfprofiles/models.py @@ -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() ], }