From 0b02c410831aac33f02e96180eb974cc24e649d1 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 14 May 2011 22:57:14 -0400 Subject: template -> scaffold --- docs/whatsnew-1.1.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/whatsnew-1.1.rst b/docs/whatsnew-1.1.rst index 4be323a1c..992e0b637 100644 --- a/docs/whatsnew-1.1.rst +++ b/docs/whatsnew-1.1.rst @@ -60,10 +60,10 @@ Minor Feature Additions converted implicitly to strings in the result. Previously passing integers or longs as elements would cause a TypeError. -- ``pyramid_alchemy`` paster template now uses ``query.get`` rather than +- ``pyramid_alchemy`` scaffold now uses ``query.get`` rather than ``query.filter_by`` to take better advantage of identity map caching. -- ``pyramid_alchemy`` paster template now has unit tests. +- ``pyramid_alchemy`` scaffold now has unit tests. - Added a :func:`pyramid.i18n.make_localizer` API. -- cgit v1.2.3