diff options
| author | Chris McDonough <chrism@plope.com> | 2012-02-14 04:13:41 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-02-14 04:13:41 -0500 |
| commit | af24f7d5f69a74f9887ca6df622ef67c69075988 (patch) | |
| tree | 15623eb5ee1637316103ca9594d21f083da5d89a /CHANGES.txt | |
| parent | 7af91f44b6b4d3e74b0f3b6a5c2a59e3bad169f7 (diff) | |
| download | pyramid-af24f7d5f69a74f9887ca6df622ef67c69075988.tar.gz pyramid-af24f7d5f69a74f9887ca6df622ef67c69075988.tar.bz2 pyramid-af24f7d5f69a74f9887ca6df622ef67c69075988.zip | |
- Better error messages when a view callable returns a value that cannot be
converted to a response (for example, when a view callable returns a
dictionary without a renderer defined, or doesn't return any value at all).
The error message now contains information about the view callable itself
as well as the result of calling it.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index fcd54217f..411681d81 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,6 +11,12 @@ Features http://readthedocs.org/docs/venusian/en/latest/#ignore-scan-argument for more information about how to use the ``ignore`` argument to ``scan``. +- Better error messages when a view callable returns a value that cannot be + converted to a response (for example, when a view callable returns a + dictionary without a renderer defined, or doesn't return any value at all). + The error message now contains information about the view callable itself + as well as the result of calling it. + Dependencies ------------ |
