app/soc/logic/models/base.py
changeset 1573 063306b7210e
parent 1549 bd07b231fe39
child 1574 d185fe0f1404
equal deleted inserted replaced
1572:45aa2f120b40 1573:063306b7210e
   321 
   321 
   322     Args:
   322     Args:
   323       model: a model entity
   323       model: a model entity
   324       model_properties: keyword arguments that correspond to entity
   324       model_properties: keyword arguments that correspond to entity
   325         properties and their values
   325         properties and their values
       
   326       silent: iff True does not call _onUpdate method
   326 
   327 
   327     Returns:
   328     Returns:
   328       The original entity with any supplied properties changed.
   329       The original entity with any supplied properties changed.
   329     """
   330     """
   330 
   331