diff options
| author | Chris McDonough <chrism@plope.com> | 2012-09-22 10:04:14 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-09-22 10:04:14 -0400 |
| commit | 098599b497fb6cd7c9372ceb795e9e8a416d573e (patch) | |
| tree | 6acc79ac91fc1cad787e70b73bca0e75da072d8e /CHANGES.txt | |
| parent | 4388d317712be00a1d49cc73ac78407fe6906263 (diff) | |
| download | pyramid-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.txt | 9 |
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) ================== |
