Changes between Version 71 and Version 72 of DeveloperGuidelinesS3Framework
- Timestamp:
- 11/21/11 13:12:33 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesS3Framework
v71 v72 39 39 === Conflict Detection === 40 40 Sahana is a multi-user system so there is a potential for multiple users to be editing the same record at once.[[BR]] 41 We use Web2Py's CRUDto handle this for us.41 We use Web2Py's FORM to handle this for us. 42 42 43 43 Add the {{{timestamp}}} reusable field to each table which needs protecting (in {{{models/module.py}}}):