user stats

This commit is contained in:
j 2011-10-03 13:52:16 +02:00
commit 72db2e188d
5 changed files with 65 additions and 17 deletions

View file

@ -81,7 +81,6 @@ def parseCondition(condition, user):
}.get(op, '__icontains'))
key = str(key)
print key, v, exclude
if exclude:
q = ~Q(**{key: v})
else: