its created not date.

This commit is contained in:
j 2014-12-17 13:56:45 +00:00
parent 5123190757
commit ed7c5b8a6d

View file

@ -52,7 +52,7 @@ def findChangeLogs(request, data):
] ]
operator: "," operator: ","
}, },
sort: [{key: 'date', operator: '+'}], sort: [{key: 'created', operator: '+'}],
range: [int, int] range: [int, int]
keys: [string] keys: [string]
} }