summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-09-22 10:04:14 -0400
committerChris McDonough <chrism@plope.com>2012-09-22 10:04:14 -0400
commit098599b497fb6cd7c9372ceb795e9e8a416d573e (patch)
tree6acc79ac91fc1cad787e70b73bca0e75da072d8e /CHANGES.txt
parent4388d317712be00a1d49cc73ac78407fe6906263 (diff)
downloadpyramid-098599b497fb6cd7c9372ceb795e9e8a416d573e.tar.gz
pyramid-098599b497fb6cd7c9372ceb795e9e8a416d573e.tar.bz2
pyramid-098599b497fb6cd7c9372ceb795e9e8a416d573e.zip
- Add ``Base.metadata.bind = engine`` to alchemy template, so that tables
defined imperatively will work. - update wiki2 SQLA tutorial with the changes required after inserting ``Base.metadata.bind = engine`` into the alchemy scaffold.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4e6feb68c..0b27a74c3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -19,6 +19,15 @@ Features
token in the request's session, the view will be permitted to execute.
Otherwise, it will not be permitted to execute.
+- Add ``Base.metadata.bind = engine`` to alchemy template, so that tables
+ defined imperatively will work.
+
+Documentation
+-------------
+
+- update wiki2 SQLA tutorial with the changes required after inserting
+ ``Base.metadata.bind = engine`` into the alchemy scaffold.
+
1.4a1 (2012-09-16)
==================