diff options
| author | Chris McDonough <chrism@plope.com> | 2011-06-22 00:29:48 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-06-22 00:29:48 -0400 |
| commit | 65ffbe9dede0024c6b54e05b7d8e17503f23cf6f (patch) | |
| tree | 1807156f38231cd4ac059939ac20ec9bccbebd09 /docs/whatsnew-1.1.rst | |
| parent | bf7544c683803c4490e7c82e25e31d36261fb973 (diff) | |
| parent | 40369d7f54adb84aa7c4e56498b18b6dda75938a (diff) | |
| download | pyramid-65ffbe9dede0024c6b54e05b7d8e17503f23cf6f.tar.gz pyramid-65ffbe9dede0024c6b54e05b7d8e17503f23cf6f.tar.bz2 pyramid-65ffbe9dede0024c6b54e05b7d8e17503f23cf6f.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/whatsnew-1.1.rst')
| -rw-r--r-- | docs/whatsnew-1.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/whatsnew-1.1.rst b/docs/whatsnew-1.1.rst index 66f398e27..faf8b8b68 100644 --- a/docs/whatsnew-1.1.rst +++ b/docs/whatsnew-1.1.rst @@ -241,7 +241,7 @@ Deprecations and Behavior Differences spelled:: config.add_route('home', '/') - config.add_view('mypackage.views.myview', route_name='home') + config.add_view('mypackage.views.myview', route_name='home', renderer='some/renderer.pt') This deprecation was done to reduce confusion observed in IRC, as well as |
