# HG changeset patch # User Lennard de Rijk # Date 1235902242 0 # Node ID 063306b7210e5949bc2863cd0b69a47c914ba1aa # Parent 45aa2f120b4019ccf3b9fd4fad32e641ce38d84c Added missing comment to soc/logic/models/base.py. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r 45aa2f120b40 -r 063306b7210e app/soc/logic/models/base.py --- a/app/soc/logic/models/base.py Sun Mar 01 02:11:19 2009 +0000 +++ b/app/soc/logic/models/base.py Sun Mar 01 10:10:42 2009 +0000 @@ -323,6 +323,7 @@ model: a model entity model_properties: keyword arguments that correspond to entity properties and their values + silent: iff True does not call _onUpdate method Returns: The original entity with any supplied properties changed.