some more improvements to lists
This commit is contained in:
parent
e61ea929ee
commit
3cec70395e
4 changed files with 88 additions and 42 deletions
|
|
@ -37,7 +37,6 @@ def parseCondition(condition, user):
|
|||
else:
|
||||
exclude = False
|
||||
if k == 'subscribed':
|
||||
print "FXIME, subscribed needs work"
|
||||
key = 'subscribed_users__username'
|
||||
v = user.username
|
||||
elif isinstance(v, bool): #featured and public flag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue