forked from 0x2620/pandora
only limit grup if needed, do not overwrite clips sort
This commit is contained in:
parent
f2c0032054
commit
8fac4c558d
2 changed files with 5 additions and 2 deletions
|
|
@ -116,7 +116,7 @@ attrs = {
|
|||
'aspect_ratio': models.FloatField(default=0),
|
||||
|
||||
'item': models.ForeignKey('item.Item', related_name='clips'),
|
||||
'sort': models.ForeignKey('item.ItemSort', related_name='clips'),
|
||||
'sort': models.ForeignKey('item.ItemSort', related_name='matching_clips'),
|
||||
'user': models.IntegerField(db_index=True, null=True),
|
||||
|
||||
#seconds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue