Chris McDonough
2012-08-29 cc8962d5da32bb30bbfc37c96286282b5ed751ff
add newness markers
2 files modified
11 ■■■■■ changed files
docs/narr/renderers.rst 4 ●●● patch | view | raw | blame | history
docs/narr/templates.rst 7 ●●●●● patch | view | raw | blame | history
docs/narr/renderers.rst
@@ -306,7 +306,9 @@
JSONP Renderer
~~~~~~~~~~~~~~
.. note:: This feature is new in Pyramid 1.1.
.. note::
   This feature is new in Pyramid 1.1.
:class:`pyramid.renderers.JSONP` is a `JSONP
<http://en.wikipedia.org/wiki/JSONP>`_ renderer factory helper which
docs/narr/templates.rst
@@ -557,6 +557,9 @@
The above will render the ``bar`` macro from within the ``foo.pt`` template
instead of the entire template.
.. note::
   This feature is new in Pyramid 1.4.
.. index::
   single: Chameleon text templates
@@ -758,6 +761,10 @@
The above will render the ``bar`` def from within the ``foo.mak`` template
instead of the entire template.
.. note::
   This feature is new in Pyramid 1.4.
.. index::
   single: automatic reloading of templates
   single: template automatic reload