Michael Merickel
2016-09-25 8e03b437a1b249697bd35f6700205a7d1b455e3c
clarify what changed in 1.6 with ``config.add_notfound_view``
1 files modified
4 ■■■■ changed files
pyramid/config/views.py 4 ●●●● patch | view | raw | blame | history
pyramid/config/views.py
@@ -1740,6 +1740,10 @@
        be used` for the redirect response if a slash-appended route is found.
        .. versionchanged:: 1.6
           The ``append_slash`` argument was modified to allow any object that
           implements the ``IResponse`` interface to specify the response class
           used when a redirect is performed.
        .. versionadded:: 1.3
        """
        for arg in ('name', 'permission', 'context', 'for_', 'http_cache'):