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.

Changes between Version 4 and Version 5 of ApplicationObject


Ignore:
Timestamp:
Jul 9, 2008, 10:22:38 PM (16 years ago)
Author:
cmlenz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApplicationObject

    v4 v5  
    6060 `request`:: The `Request` object representing the current HTTP request
    6161 `response`:: The `Response` object representing the current HTTP response
     62 `serializer`:: The Genshi `Serializer` instance to use for rendering
    6263 `template`:: The Genshi `Template` object that should be used to render the response
    63  `serializer`:: The Genshi `Serializer` instance to use for rendering
    6464 `timezone`:: A `tzinfo` or `pytz.timezone` instance
    6565 `translations`:: A Babel `Translations` instance (which is a subclass `GNUTranslations` from the standard library)