Skip to content

Commit

Permalink
clarify what changed in 1.6 with config.add_notfound_view
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Sep 26, 2016
1 parent 1ca1069 commit b057653
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyramid/config/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1546,6 +1546,10 @@ def notfound(request):
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 (
Expand Down

0 comments on commit b057653

Please sign in to comment.