# HG changeset patch # User Pawel Solyga # Date 1232806454 0 # Node ID 36a90d0e92115c63f40f88898ed00f9c2a931bf3 # Parent 129efa976d6daeb8ba24cb2589a24db1984f1260 Add Madhusudan.C.S to AUTHORS. Fix docstring parameters list in soc.logic.models.base module Base class getForFields method. Patch by: Madhusudan.C.S Reviewed by: Pawel Solyga diff -r 129efa976d6d -r 36a90d0e9211 AUTHORS --- a/AUTHORS Sat Jan 24 14:14:11 2009 +0000 +++ b/AUTHORS Sat Jan 24 14:14:14 2009 +0000 @@ -3,6 +3,7 @@ # included, it must be RFC 2821 compliant (properly quoted, escaped, etc.). # Lines beginning with # can be stripped from the file, as can blank lines. +"Madhusudan.C.S" "Mario Ferraro" "Todd Larsen" "Chen Lunpeng" 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 """