From b0576535de6d0e0cec4be22528d5df6947e2446d Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 25 Sep 2016 11:30:54 -0400 Subject: clarify what changed in 1.6 with ``config.add_notfound_view`` --- pyramid/config/views.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyramid/config/views.py b/pyramid/config/views.py index 5cb3f5099..542f541f0 100644 --- a/pyramid/config/views.py +++ b/pyramid/config/views.py @@ -1546,6 +1546,10 @@ class ViewsConfiguratorMixin(object): 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 ( -- cgit v1.2.3