forked from 0x2620/pandora
fix limit by created
This commit is contained in:
parent
71fd1314cf
commit
2325c71c21
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ def parseCondition(condition, user):
|
|||
v = decode_id(v)
|
||||
if isinstance(v, bool): #featured and public flag
|
||||
key = k
|
||||
elif k in ('id', ):
|
||||
elif k in ('id', 'created'):
|
||||
key = '%s%s' % (k, {
|
||||
'>': '__gt',
|
||||
'>=': '__gte',
|
||||
|
|
Loading…
Reference in a new issue