aspectratio
This commit is contained in:
parent
b7e03c0f14
commit
2a7fa3e4e8
3 changed files with 4 additions and 4 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue