aspectratio

This commit is contained in:
j 2011-10-29 01:27:44 +02:00
commit 2a7fa3e4e8
3 changed files with 4 additions and 4 deletions

View file

@ -657,7 +657,7 @@ class Item(models.Model):
s.published = self.published
s.rightslevel = self.level
s.aspectratio = self.get('aspectRatio')
s.aspectratio = self.get('aspectratio')
s.words = sum([len(a.value.split()) for a in self.annotations.exclude(value='')])
s.clips = self.clips.count()