diff options
Diffstat (limited to 'docs/whatsnew-1.1.rst')
| -rw-r--r-- | docs/whatsnew-1.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/whatsnew-1.1.rst b/docs/whatsnew-1.1.rst index 1847bfc1c..fa2af3e94 100644 --- a/docs/whatsnew-1.1.rst +++ b/docs/whatsnew-1.1.rst @@ -278,7 +278,7 @@ language to render a dictionary to a response. For example: def my_view(context, request): return {'abc':123} -See :ref:`built_in_renders` for the available built-in renderers. +See :ref:`built_in_renderers` for the available built-in renderers. If the ``view`` callable associated with a ``view`` directive returns a Response object (an object with the attributes ``status``, |
