Changes between Version 10 and Version 11 of S3/S3Model
- Timestamp:
- 01/16/14 13:37:30 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Model
v10 v11 56 56 All names in {{{__all__}}} starting with the module prefix (e.g. {{{deploy_}}}) can be accessed globally with {{{current.s3db.<name>}}} (e.g. {{{current.s3db.deploy_apply}}}), without need to import them explicitly. 57 57 58 The {{{modules/s3db/skeleton.py}}} module is a well-commented skeleton module to explain how things should look like inside an S3 model. 58 59 === Model Classes === 59 60