diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-16 21:23:07 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-16 21:23:07 -0400 |
| commit | af056046970db9b1d3732f4c5978fcb3fb863d1f (patch) | |
| tree | 4fe198214d3310c35b512b8e394378b871363529 /docs/whatsnew-1.1.rst | |
| parent | 7141f0dfc4b77817017a530cfd2dbb62b4836332 (diff) | |
| download | pyramid-af056046970db9b1d3732f4c5978fcb3fb863d1f.tar.gz pyramid-af056046970db9b1d3732f4c5978fcb3fb863d1f.tar.bz2 pyramid-af056046970db9b1d3732f4c5978fcb3fb863d1f.zip | |
- Change paster pviews and paster proutes to use bootstrap.
Diffstat (limited to 'docs/whatsnew-1.1.rst')
| -rw-r--r-- | docs/whatsnew-1.1.rst | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/docs/whatsnew-1.1.rst b/docs/whatsnew-1.1.rst index 40deb55e4..9e6d7b5ae 100644 --- a/docs/whatsnew-1.1.rst +++ b/docs/whatsnew-1.1.rst @@ -181,14 +181,12 @@ Minor Feature Additions user. See "The Interactive Shell" in the "Creating a Pyramid Project" narrative documentation section. -- ``paster pshell`` now offers more built-in global variables by default - (including ``app`` and ``settings``). See :ref:`interactive_shell`. - -- The ``paster pshell`` command now under the hood uses - :func:`pyramid.paster.bootstrap`, which makes it possible to supply an - ``.ini`` file without naming the "right" section in the file that points at - the actual Pyramid application. Instead, you can generally just run - ``paster pshell development.ini`` and it will do mostly the right thing. +- The ``paster pshell``, ``paster pviews``, and ``paster proutes`` commands + each now under the hood uses :func:`pyramid.paster.bootstrap`, which makes + it possible to supply an ``.ini`` file without naming the "right" section + in the file that points at the actual Pyramid application. Instead, you + can generally just run ``paster {pshell|proutes|pviews} development.ini`` + and it will do mostly the right thing. - It is now possible to add a ``[pshell]`` section to your application's .ini configuration file, which influences the global names available to a pshell |
