This commit is contained in:
j 2013-09-26 12:38:36 +00:00
parent a19de36f3e
commit 5529ee0498
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ def parseCondition(condition, user, owner=None):
if not owner:
owner = user
if k == 'user':
v = ownder.username
v = owner.username
elif k == 'groups':
q = Q(groups__in=owner.groups.all())
if exclude: