diff options
| author | Blaise Laflamme <blaise@laflamme.org> | 2010-11-04 15:01:20 -0400 |
|---|---|---|
| committer | Blaise Laflamme <blaise@laflamme.org> | 2010-11-04 15:01:20 -0400 |
| commit | 5a48062afc72c4dc899bf9ec032ce2bc1d249448 (patch) | |
| tree | d4826f3fe62b8be6197d414342bb43de0fbcaa79 /docs | |
| parent | c6198aa3a05716e7a98d837600a48994d6d7b61a (diff) | |
| parent | ea979e868855d935b53a31bbf64e8d27a67ce63f (diff) | |
| download | pyramid-5a48062afc72c4dc899bf9ec032ce2bc1d249448.tar.gz pyramid-5a48062afc72c4dc899bf9ec032ce2bc1d249448.tar.bz2 pyramid-5a48062afc72c4dc899bf9ec032ce2bc1d249448.zip | |
Merge branch 'master' of git://github.com/Pylons/pyramid
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/zcml/view.rst | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/zcml/view.rst b/docs/zcml/view.rst index 392e84430..8117e8ea6 100644 --- a/docs/zcml/view.rst +++ b/docs/zcml/view.rst @@ -132,11 +132,7 @@ Predicate Attributes representing the :term:`interface` that the :term:`request` must have in order for this view to be found and called. The presence of this attribute is largely for backwards compatibility with - older iterations of this framework. This value - may be an HTTP ``REQUEST_METHOD`` string, e.g. ('GET', 'HEAD', - 'PUT', 'POST', or 'DELETE'). Passing request method strings as a - ``request_type`` is deprecated. Use the ``request_method`` - attribute instead for maximum forward compatibility. + older iterations of this framework. ``request_method`` This value can either be one of the strings 'GET', 'POST', 'PUT', |
