TheatreGroup not as string

This commit is contained in:
Sanj 2012-08-21 02:31:54 +05:30
parent a30fb94020
commit f1c2347f4a

View File

@ -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