app/soc/logic/models/base.py
changeset 1604 297444daac68
parent 1601 172e7de6c004
child 1614 797f5ae462e7
equal deleted inserted replaced
1603:ec08b2b00439 1604:297444daac68
   438 
   438 
   439     To be exact, this method is called for each field (that has a value
   439     To be exact, this method is called for each field (that has a value
   440     specified) on an entity that is being created.
   440     specified) on an entity that is being created.
   441 
   441 
   442     Base classes should override if any special actions need to be
   442     Base classes should override if any special actions need to be
   443     taken when a field is updated.
   443     taken when a field is created.
   444 
   444 
   445     Args:
   445     Args:
   446       name: the name of the field to be created
   446       name: the name of the field to be created
   447       value: the value
   447       value: the value
   448     """
   448     """