Chris McDonough
2012-09-13 1b58346235c9d2284dde4872734f65e35eb9fdde
docs rendering
1 files modified
5 ■■■■ changed files
docs/narr/upgrading.rst 5 ●●●● patch | view | raw | blame | history
docs/narr/upgrading.rst
@@ -120,7 +120,10 @@
   $ python -Wd setup.py test -q
   # .. elided ...
   running build_ext
   /home/chrism/projects/pyramid/env27/myproj/myproj/views.py:3: DeprecationWarning: static: The "pyramid.view.static" class is deprecated as of Pyramid 1.1; use the "pyramid.static.static_view" class instead with the "use_subpath" argument set to True.
   /home/chrism/projects/pyramid/env27/myproj/myproj/views.py:3:
   DeprecationWarning: static: The "pyramid.view.static" class is deprecated
   as of Pyramid 1.1; use the "pyramid.static.static_view" class instead with
   the "use_subpath" argument set to True.
     from pyramid.view import static
   .
   ----------------------------------------------------------------------