test commit

This commit is contained in:
j 2010-02-27 16:41:13 +05:30
parent 24117a8774
commit 1a84395850
1 changed files with 1 additions and 0 deletions

View File

@ -461,6 +461,7 @@ 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,