From 758464303c00de745672d6c3e27566e3bc52859e Mon Sep 17 00:00:00 2001 From: Joe Dallago Date: Thu, 24 Mar 2011 23:38:27 -0500 Subject: It was decided that pyramid would undergo a terminology change. 'Paster templates' will now be refered to as 'scaffolds,' while 'rendered templates' will remain as 'templates.' I have changed the docs to reflect this change in terminology. --- docs/narr/urldispatch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr/urldispatch.rst') diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index ca8fe84f3..219753882 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -946,7 +946,7 @@ initialization. .. note:: This is only an example. In particular, it is not necessary to cause ``DBSession.remove`` to be called in an application generated from - any :app:`Pyramid` paster template, because these all use the + any :app:`Pyramid` scaffold, because these all use the ``repoze.tm2`` middleware. The cleanup done by ``DBSession.remove`` is unnecessary when ``repoze.tm2`` middleware is in the WSGI pipeline. -- cgit v1.2.3