Changes between Version 41 and Version 42 of DeveloperGuidelinesS3Framework
- Timestamp:
- 06/17/10 10:17:07 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesS3Framework
v41 v42 52 52 return dict(module_name=module_name) 53 53 54 All tables which are user-editable need to be protected for conflict resolution & synchronization using the predefined fields {{{timestamp}}} & {{{uuidstamp}}}.[[BR]]54 All tables which are user-editable need to be protected for conflict resolution & synchronization using the predefined reusable fields {{{timestamp}}} & {{{uuidstamp}}}.[[BR]] 55 55 These are defined in {{{models/00_db.py}}}: 56 56 {{{