Skip to content

Commit

Permalink
remove duplicate whatsnew entry (forward port from 1.3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Nov 14, 2012
1 parent 3d2dd3e commit a5b23b0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/whatsnew-1.3.rst
Expand Up @@ -289,13 +289,6 @@ Minor Feature Additions
not a new feature, it just provides an API for adding a resource url
adapter without needing to use the ZCA API.

- The :meth:`pyramid.config.Configurator.scan` method can now be passed an
``ignore`` argument, which can be a string, a callable, or a list
consisting of strings and/or callables. This feature allows submodules,
subpackages, and global objects from being scanned. See
http://readthedocs.org/docs/venusian/en/latest/#ignore-scan-argument for
more information about how to use the ``ignore`` argument to ``scan``.

- Better error messages when a view callable returns a value that cannot be
converted to a response (for example, when a view callable returns a
dictionary without a renderer defined, or doesn't return any value at all).
Expand Down

0 comments on commit a5b23b0

Please sign in to comment.