place name

This commit is contained in:
j 2011-06-20 17:27:06 +02:00
commit b5a08a11f5
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ def parseCondition(condition, user):
k = condition.get('key', 'name')
k = {
'user': 'user__username',
'place': 'places__id',
'place': 'places__name',
}.get(k, k)
if not k:
k = 'name'