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
--- 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" <madhusudancs@gmail.com>
"Mario Ferraro" <fadinlight@gmail.com>
"Todd Larsen" <tlarsen@google.com>
"Chen Lunpeng" <forever.clp@gmail.com>
--- 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
"""