Add Madhusudan.C.S to AUTHORS. Fix docstring parameters list in soc.logic.models.base module Base class getForFields method.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Sat, 24 Jan 2009 14:14:14 +0000
changeset 961 36a90d0e9211
parent 960 129efa976d6d
child 962 606871fda11c
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
AUTHORS
app/soc/logic/models/base.py
--- 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
     """