Changes between Version 41 and Version 42 of DeveloperGuidelinesS3Framework


Ignore:
Timestamp:
06/17/10 10:17:07 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesS3Framework

    v41 v42  
    5252  return dict(module_name=module_name)
    5353
    54 All tables which are user-editable need to be protected for conflict resolution & synchronization using the predefined fields {{{timestamp}}} & {{{uuidstamp}}}.[[BR]]
     54All tables which are user-editable need to be protected for conflict resolution & synchronization using the predefined reusable fields {{{timestamp}}} & {{{uuidstamp}}}.[[BR]]
    5555These are defined in {{{models/00_db.py}}}:
    5656{{{