Changes between Version 49 and Version 50 of DeveloperGuidelinesS3Framework
- Timestamp:
- 09/12/10 10:11:15 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesS3Framework
v49 v50 56 56 We use Web2Py's CRUD to handle this for us. 57 57 58 Add this reusable field to each table which needs protecting (in {{{models/module.py}}}): 59 {{{ 60 timestamp 61 }}} 58 Add the {{{timestamp}}} reusable field to each table which needs protecting (in {{{models/module.py}}}): 59 62 60 63 61 === Synchronization ===