summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-05-14 22:57:14 -0400
committerChris McDonough <chrism@plope.com>2011-05-14 22:57:14 -0400
commit0b02c410831aac33f02e96180eb974cc24e649d1 (patch)
tree7f164137bcc20108caa488b3696a4e0c1db0dba2 /docs
parent8b6875836067fdf51cf88bec791e75ea99632fab (diff)
downloadpyramid-0b02c410831aac33f02e96180eb974cc24e649d1.tar.gz
pyramid-0b02c410831aac33f02e96180eb974cc24e649d1.tar.bz2
pyramid-0b02c410831aac33f02e96180eb974cc24e649d1.zip
template -> scaffold
Diffstat (limited to 'docs')
-rw-r--r--docs/whatsnew-1.1.rst4
1 files changed, 2 insertions, 2 deletions
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.