diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-04-25 19:14:19 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-04-25 19:14:19 +0000 |
| commit | 0e498ca5ec62725daecd75c4ac747cfc380d029e (patch) | |
| tree | a3664a14082e3126f52734f9345700591b80e9e0 /docs | |
| parent | bc2f1202caedbdb3e0f12dcac05cbdc3113d868c (diff) | |
| download | pyramid-0e498ca5ec62725daecd75c4ac747cfc380d029e.tar.gz pyramid-0e498ca5ec62725daecd75c4ac747cfc380d029e.tar.bz2 pyramid-0e498ca5ec62725daecd75c4ac747cfc380d029e.zip | |
Typo.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/whatsnew-1.3.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst index 32964973d..d20ed40d5 100644 --- a/docs/whatsnew-1.3.rst +++ b/docs/whatsnew-1.3.rst @@ -81,10 +81,10 @@ The above exception view names the ``route_name`` of ``home``, meaning that it will only be called when the route matched has a name of ``home``. You can therefore have more than one exception view for any given exception in the system: the "most specific" one will be called -when the set of request circumstances which match the view -registration. The only predicate that cannot be not be used -successfully is ``name``. The name used to look up an exception view -is always the empty string. +when the set of request circumstances match the view registration. +The only predicate that cannot be not be used successfully is +``name``. The name used to look up an exception view is always the +empty string. Existing (pre-1.3) normal views registered against objects inheriting from :class:`Exception` will continue to work. Exception views used @@ -103,7 +103,8 @@ Minor Feature Additions - Use :term:`Venusian` to perform ``@bfg_view`` decorator scanning rather than relying on a BFG-internal decorator scanner. This means that user-defined decorators can be defined and found during - :mod:`repoze.bfg` scanning. + :mod:`repoze.bfg` scanning (although documentation for doing so is + currently not provided). - It is now possible to turn on Chameleon template "debugging mode" for all Chameleon BFG templates by setting a BFG-related Paster |
