diff options
| author | Chris McDonough <chrism@plope.com> | 2013-09-08 20:45:33 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-09-08 20:45:33 -0400 |
| commit | 780bbf9998fd805df55499ef4a78f41cbf99c7de (patch) | |
| tree | f9811e9494e6c1b95002356f3aa05e743f1ca48b /docs/api/view.rst | |
| parent | 2c4f4e3cbd1b5b56bb17d2348df3c397efd0a8e4 (diff) | |
| download | pyramid-780bbf9998fd805df55499ef4a78f41cbf99c7de.tar.gz pyramid-780bbf9998fd805df55499ef4a78f41cbf99c7de.tar.bz2 pyramid-780bbf9998fd805df55499ef4a78f41cbf99c7de.zip | |
- Removed the ``pyramid.view.is_response`` function that had been deprecated
since Pyramid 1.1. Use the ``pyramid.request.Request.is_response`` method
instead.
Diffstat (limited to 'docs/api/view.rst')
| -rw-r--r-- | docs/api/view.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/api/view.rst b/docs/api/view.rst index e79e1b505..d8e429552 100644 --- a/docs/api/view.rst +++ b/docs/api/view.rst @@ -11,8 +11,6 @@ .. autofunction:: render_view - .. autofunction:: is_response - .. autoclass:: view_config :members: |
