diff options
| author | Chris McDonough <chrism@plope.com> | 2011-04-19 00:05:24 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-04-19 00:05:24 -0400 |
| commit | be603e3f95fc42385783aa4bbfff132e4ea062c0 (patch) | |
| tree | 52d17a4671c8fa452001fabaa3ddbb1a78c9679b | |
| parent | a1d3955d10b7b6f62ccbc7f61082a487d8af5655 (diff) | |
| download | pyramid-be603e3f95fc42385783aa4bbfff132e4ea062c0.tar.gz pyramid-be603e3f95fc42385783aa4bbfff132e4ea062c0.tar.bz2 pyramid-be603e3f95fc42385783aa4bbfff132e4ea062c0.zip | |
clarify
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 5f450fdcd..affacb7d4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -32,7 +32,9 @@ Features object (e.g. ``request.response`` within a view) now produces a new ``pyramid.response.Response`` object. This feature is meant to be used mainly when a view configured with a renderer needs to set response - attributes, but it can be used by any code. + attributes, but it can be used by any code to produce a response object + (although the response object produced must still be returned unless a + renderer is used). - Integers and longs passed as ``elements`` to ``pyramid.url.resource_url`` or ``pyramid.request.Request.resource_url`` e.g. ``resource_url(context, |
