sort annotations by id

This commit is contained in:
j 2018-11-15 15:23:03 +00:00
parent 092c1b3184
commit fcc27eb900
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ def order_query(qs, sort):
if operator != '-':
operator = ''
key = {
'id': 'public_id',
'duration': 'clip__duration',
'in': 'start',
'lightness': 'clip__lightness',