diff -r 129efa976d6d -r 36a90d0e9211 app/soc/logic/models/base.py --- a/app/soc/logic/models/base.py Sat Jan 24 14:14:11 2009 +0000 +++ b/app/soc/logic/models/base.py Sat Jan 24 14:14:14 2009 +0000 @@ -310,7 +310,7 @@ """Returns all entities that have the specified properties. Args: - properties: the properties that the entity should have + filter: a dict for the properties that the entities should have unique: if set, only the first item from the resultset will be returned """