From f1c2347f4a1152406f13fb906b4e6737db47c12d Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 21 Aug 2012 02:31:54 +0530 Subject: [PATCH] TheatreGroup not as string --- itf/scriptbank/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itf/scriptbank/models.py b/itf/scriptbank/models.py index bdf4cd3..046163e 100755 --- a/itf/scriptbank/models.py +++ b/itf/scriptbank/models.py @@ -42,7 +42,7 @@ class Script(ItfModel): license_perform = models.ForeignKey("License", related_name="performance_license", help_text="License for performance rights") fts_fields = ['title', 'synopsis', 'author'] fk_fields = ['license_adapt', 'license_perform'] - theatre_group = models.ForeignKey("TheatreGroup", help_text="Theatre Group, if any") + theatre_group = models.ForeignKey(TheatreGroup, help_text="Theatre Group, if any") # add_form = 'ScriptForm' #Meta