Michael Merickel
2018-06-15 ba301542b56d2ffd856faaffe8036262258e8f30
Merge branch 'pr/3303'
2 files modified
8 ■■■■■ changed files
CONTRIBUTORS.txt 2 ●●●●● patch | view | raw | blame | history
pyramid/config/routes.py 6 ●●●● patch | view | raw | blame | history
CONTRIBUTORS.txt
@@ -324,3 +324,5 @@
- Alex Gaynor, 2018/05/24
- Jason Williams, 2018/06/11
- Benjamin Gmurczyk, 2018/06/14
pyramid/config/routes.py
@@ -198,9 +198,9 @@
        request_param
          This value can be any string.  A view declaration with this
          argument ensures that the associated route will only match
          when the request has a key in the ``request.params``
          This value can be any string or an iterable of strings.  A view
          declaration with this argument ensures that the associated route will
          only match when the request has a key in the ``request.params``
          dictionary (an HTTP ``GET`` or ``POST`` variable) that has a
          name which matches the supplied value.  If the value
          supplied as the argument has a ``=`` sign in it,