diff options
| author | Chris McDonough <chrism@plope.com> | 2012-02-14 05:57:06 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-02-14 05:57:06 -0500 |
| commit | c6a299ad7159ffcabe201fa79f485c388d837971 (patch) | |
| tree | f4a5cec04ed8783516dadd646e2d0ccf41570fca /CHANGES.txt | |
| parent | c595946b859e48ea506dd3155da935eba10a1ed7 (diff) | |
| download | pyramid-c6a299ad7159ffcabe201fa79f485c388d837971.tar.gz pyramid-c6a299ad7159ffcabe201fa79f485c388d837971.tar.bz2 pyramid-c6a299ad7159ffcabe201fa79f485c388d837971.zip | |
- Don't create a ``session`` instance in SQLA Wiki tutorial, use raw
``DBSession`` instead (this is more common in real SQLA apps).
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 6bea84e2f..a69313a8a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -23,6 +23,12 @@ Features something like "AttributeError: 'NoneType' object has no attribute 'rfind'". +Documentation +------------- + +- Don't create a ``session`` instance in SQLA Wiki tutorial, use raw + ``DBSession`` instead (this is more common in real SQLA apps). + Dependencies ------------ |
