Changes between Version 55 and Version 56 of S3/S3REST/s3_rest_controller
- Timestamp:
- 01/27/11 22:32:21 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3REST/s3_rest_controller
v55 v56 335 335 }}} 336 336 337 Instead of a {{{dict}}}, you can also pass a callable object as {{{populate}}}. This will be executed with the current {{{S3Request}}} and the name sarguments of {{{s3_rest_controller}}} in order to produce the field/value {{{dict}}}:337 Instead of a {{{dict}}}, you can also pass a callable object as {{{populate}}}. This will be executed with the current {{{S3Request}}} and the named arguments of {{{s3_rest_controller}}} in order to produce the field/value {{{dict}}}: 338 338 339 339 {{{