diff options
| -rw-r--r-- | pyramid/config/views.py | 4 |
1 files changed, 4 insertions, 0 deletions
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 ( |
