This commit is contained in:
j 2010-02-27 16:48:08 +05:30
parent 1a84395850
commit a98be6c12b
1 changed files with 0 additions and 1 deletions

View File

@ -461,7 +461,6 @@ class Movie(models.Model):
f.location = ' '.join([i.name for i in self.locations()])
#FIXME: collate filenames
#f.filename = self.filename
f.all = ' '.join(filter(None, [f.title, f.director, f.country, f.year, f.language,
f.writer, f.producer, f.editor, f.cinematographer,
f.cast, f.genre, f.keywords, f.summary, f.trivia,