,
This commit is contained in:
parent
7fd64740aa
commit
d066835061
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ def order_query(qs, sort):
|
|||
operator = e['operator']
|
||||
if operator != '-':
|
||||
operator = ''
|
||||
clip_keys = ('public_id', 'start', 'end', 'hue', 'saturation', 'lightness', 'volume'
|
||||
clip_keys = ('public_id', 'start', 'end', 'hue', 'saturation', 'lightness', 'volume',
|
||||
'annotations__value')
|
||||
key = {
|
||||
'id': 'public_id',
|
||||
|
|
Loading…
Reference in a new issue