equal
deleted
inserted
replaced
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 """ |