close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
- Timestamp:
-
Aug 29, 2008, 3:54:31 PM (16 years ago)
- Author:
-
cmlenz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v8
|
v9
|
|
82 | 82 | `forms`:: A list of `Form` objects created while processing a request (used for form filling) |
83 | 83 | `locale`:: The Babel `Locale` object |
| 84 | `principal`:: A `Principal` object representing the remote user (only when the [AuthFramework AuthMixIn] is in use) |
84 | 85 | `request`:: The `Request` object representing the current HTTP request |
85 | 86 | `response`:: The `Response` object representing the current HTTP response |